IMcGraphObjGroupGetLabelOffset 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
SyntaxSub 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
IMcGraphObjRectGetLabelOffset(Int32, Int32)
RemarksThese values can be negative.
See Also