STK Graphics PrimitivesSend comments on this topic.
AlignToPixel Property (IAgStkGraphicsTextBatchPrimitive)
See Also
Windows





Windows & Linux

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 AlignToPixel
);
[Java]
public bool getAlignToPixel();
public void setAlignToPixel(
    bool
);
[Python - STK API ]
@property
def AlignToPixel(self) -> bool:

@AlignToPixel.setter
def AlignToPixel(self, AlignToPixel:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.