TextGraphicsPixelOffset Property |
Gets or sets a parameter indicating the pixel offset of the text over time.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<PointF> PixelOffset { get; set; }
Public Property PixelOffset As GraphicsParameter(Of PointF)
Get
Set
public:
property GraphicsParameter<PointF>^ PixelOffset {
GraphicsParameter<PointF>^ get ();
void set (GraphicsParameter<PointF>^ value);
}
member PixelOffset : GraphicsParameter<PointF> with get, set
Property Value
Type:
GraphicsParameterPointFSee Also