STK XSend comments on this topic.
LineWidth Property (AgDrawElemRect)
See Also  Example
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 * pRetVal
);
public: HRESULT put_LineWidth(
   float NewLineWidth
);
[Java]
public float getLineWidth();public void setLineWidth(
   float
);

Example

[Visual Basic .NET]Copy Code
r.LineWidth = 1

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.