ENCX SDK  5.5.0.370
Properties | List of all members
ENCX::PixelRect Class Reference

A value class representing a floating point Cartesian pixel rectangle aligned with the Cartesian axes. More...

import"encxcom.idl";

Inheritance diagram for ENCX::PixelRect:
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

A value class representing a floating point Cartesian pixel rectangle aligned with the Cartesian axes.

Properties and methods via IPixelRect.

Definition at line 4405 of file encxcom.idl.

Property Documentation

◆ Height

LONG IPixelRect::Height
getsetpropertyinherited

Height. Vertical.

◆ Left

LONG IPixelRect::Left
getsetpropertyinherited

Left edge. Horizontal, increasing from left to right.

◆ Top

LONG IPixelRect::Top
getsetpropertyinherited

Top edge. Vertical, increasing from top to bottom.

◆ Width

LONG IPixelRect::Width
getsetpropertyinherited

Width. Horizontal.