LabelVisualizerTEntityPixelOffset Property |
Gets or sets the pixel offset of each label from the position of the entity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PointF PixelOffset { get; set; }
Public Property PixelOffset As PointF
Get
Set
public:
property PointF PixelOffset {
PointF get ();
void set (PointF value);
}
member PixelOffset : PointF with get, set
Property Value
Type:
PointFSee Also