STK XSend comments on this topic.
LineWidth Property (AgDrawElemRect)
See Also
Windows





Windows & Linux

Description

Specifies the width of the line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineWidth() As Single
[C#]
public float LineWidth {get; set;}
[Managed C++]
public: __property float get_LineWidth();
public: __property void set_LineWidth( float );
[Unmanaged C++]
public: HRESULT get_LineWidth(
    float * pVal
);
public: HRESULT put_LineWidth(
    float newVal
);
[Java]
public float getLineWidth();
public void setLineWidth(
    float
);
[Python - STK API ]
@property
def LineWidth(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.