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

A value class representing a floating point Cartesian pixel point. More...

import"encxcom.idl";

Inheritance diagram for ENCX::PixelPoint:
Inheritance graph
[legend]

Properties

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

Detailed Description

A value class representing a floating point Cartesian pixel point.

Properties and methods via IPixelPoint.

Definition at line 4382 of file encxcom.idl.

Property Documentation

◆ X

FLOAT IPixelPoint::X
getsetpropertyinherited

Horizontal, increasing from left to right.

◆ Y

FLOAT IPixelPoint::Y
getsetpropertyinherited

Vertical, increasing from top to bottom.