Click or drag to resize

IMcFrameXPosition Property

Get or set the position of the center of this frame along the X axis.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property XPosition As Double
	Get
	Set

Property Value

Type: Double
Remarks
The X position is set in the units of the current spatial calibration. X position without spatial calibration is meaningless, and all X positions are relative to an unknown origin - use them only in relation to each other. The IsXYPositionValid property should be checked prior to considering this position property to be valid.
See Also