Gets or sets whether the screen space position of each marker is clamped to a pixel.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClampToPixel() As Boolean |
[C#] |
---|
public bool ClampToPixel {get; set;} |
[Managed C++] |
---|
public: __property bool get_ClampToPixel(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClampToPixel( VARIANT_BOOL * pRetVal ); public: HRESULT put_ClampToPixel( VARIANT_BOOL ClampToPixel ); |
[Java] |
---|
public bool getClampToPixel(); public void setClampToPixel( bool ); |