AGI STK X 11Send 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
);

See Also

Example

[Visual Basic .NET]
r.LineWidth = 1
© 2019 Analytical Graphics, Inc. All Rights Reserved.