AGI STK Graphics 11 Send comments on this topic.
AlignToPixel Property (IAgStkGraphicsTextBatchPrimitive)
See Also 





Description

Gets or sets whether the screen space position of each string is aligned to a pixel.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AlignToPixel() As Boolean

[C#]
public bool AlignToPixel {get; set;}

[Managed C++]
public: __property bool get_AlignToPixel();
public: __property void set_AlignToPixel(
bool
);

[Unmanaged C++]
public: HRESULT get_AlignToPixel(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AlignToPixel(
VARIANT_BOOL NewAlignToPixel
);

[Java]
public bool getAlignToPixel();public void setAlignToPixel(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1