STK Graphics PrimitivesSend comments on this topic.
ClampToPixel Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the screen space position of each marker is clamped to a pixel.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClampToPixel() As Boolean
[C#]
public bool ClampToPixel {get; set;}
[Managed C++]
public: __property bool get_ClampToPixel();
public: __property void set_ClampToPixel( bool );
[Unmanaged C++]
public: HRESULT get_ClampToPixel(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ClampToPixel(
    VARIANT_BOOL ClampToPixel
);
[Java]
public bool getClampToPixel();
public void setClampToPixel(
    bool
);
[Python - STK API ]
@property
def ClampToPixel(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.