ENCX::PixelSize Class Reference

A value class representing a floating point cartesian pixel size. More...

import "_encxcom_encx.idl";

Inheritance diagram for ENCX::PixelSize:

List of all members.

Properties

LONG * Width [get]
 Width. Horizontal.
LONG Width [set]
 Width. Horizontal.
LONG * Height [get]
 Height. Vertical.
LONG Height [set]
 Height. Vertical.


Detailed Description

A value class representing a floating point cartesian pixel size.

Properties and methods via IPixelSize.

Definition at line 3594 of file _encxcom_encx.idl.


Property Documentation

LONG* IPixelSize::Width [get, inherited]

Width. Horizontal.

LONG IPixelSize::Width [set, inherited]

Width. Horizontal.

LONG* IPixelSize::Height [get, inherited]

Height. Vertical.

LONG IPixelSize::Height [set, inherited]

Height. Vertical.