AGI STK Graphics 11Send 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 NewClampToPixel
);
[Java]
public bool getClampToPixel();
public void setClampToPixel(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.