ENCX SDK  5.5.0.370
Properties | List of all members
IPixelRect Interface Reference

Properties and methods for ENCX::PixelRect. More...

import"encxcom.idl";

Inheritance diagram for IPixelRect:
Inheritance graph
[legend]

Properties

LONG Left [get, set]
 Left edge. Horizontal, increasing from left to right. More...
 
LONG Top [get, set]
 Top edge. Vertical, increasing from top to bottom. More...
 
LONG Width [get, set]
 Width. Horizontal. More...
 
LONG Height [get, set]
 Height. Vertical. More...
 

Detailed Description

Properties and methods for ENCX::PixelRect.

Definition at line 650 of file encxcom.idl.

Property Documentation

◆ Height

LONG IPixelRect::Height
getsetproperty

Height. Vertical.

◆ Left

LONG IPixelRect::Left
getsetproperty

Left edge. Horizontal, increasing from left to right.

◆ Top

LONG IPixelRect::Top
getsetproperty

Top edge. Vertical, increasing from top to bottom.

◆ Width

LONG IPixelRect::Width
getsetproperty

Width. Horizontal.