Click or drag to resize

IMcGraphObjRRect2GetLabelOffset Method

Returns the offset of the label attached to this object in both directions, relatively to the object position.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetLabelOffset ( 
	<OutAttribute> ByRef OffsetX As Integer,
	<OutAttribute> ByRef OffsetY As Integer
)

Parameters

OffsetX
Type: SystemInt32
x offset of the label object.
OffsetY
Type: SystemInt32
y offset of the label object.

Implements

IMcGraphObjRRectGetLabelOffset(Int32, Int32)
Remarks
These values can be negative.
See Also