STK Graphics PrimitivesSend comments on this topic.
BorderWidth Property (IAgStkGraphicsProjectedRasterOverlay)
See Also
Windows





Windows & Linux

Description

Gets or sets the width of the Projection's border.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BorderWidth() As Single
[C#]
public float BorderWidth {get; set;}
[Managed C++]
public: __property float get_BorderWidth();
public: __property void set_BorderWidth( float );
[Unmanaged C++]
public: HRESULT get_BorderWidth(
    float * pRetVal
);
public: HRESULT put_BorderWidth(
    float BorderWidth
);
[Java]
public float getBorderWidth();
public void setBorderWidth(
    float
);
[Python - STK API ]
@property
def BorderWidth(self) -> float:

@BorderWidth.setter
def BorderWidth(self, BorderWidth:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.