IPixelPoint Interface Reference

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

import "_encxcom_encx.idl";

Inheritance diagram for IPixelPoint:

List of all members.

Properties

FLOAT * X [get]
 Horizontal, increasing from left to right.
FLOAT X [set]
 Horizontal, increasing from left to right.
FLOAT * Y [get]
 Vertical, increasing from top to bottom.
FLOAT Y [set]
 Vertical, increasing from top to bottom.


Detailed Description

Properties and methods for ENCX::PixelPoint.

Definition at line 413 of file _encxcom_encx.idl.


Property Documentation

FLOAT* IPixelPoint::X [get]

Horizontal, increasing from left to right.

FLOAT IPixelPoint::X [set]

Horizontal, increasing from left to right.

FLOAT* IPixelPoint::Y [get]

Vertical, increasing from top to bottom.

FLOAT IPixelPoint::Y [set]

Vertical, increasing from top to bottom.