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






Windows & Linux

Description

Gets or sets whether the screen space position of each marker 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface