Gets or sets the line width, in pixels.
Read-write property
[Visual Basic .NET] |
---|
Public Property Width() As Single |
[C#] |
---|
public float Width {get; set;} |
[Managed C++] |
---|
public: __property float get_Width(); |
[Unmanaged C++] |
---|
public: HRESULT get_Width( float * pRetVal ); public: HRESULT put_Width( float Width ); |
[Java] |
---|
public float getWidth(); public void setWidth( float ); |
The width is defined in pixels so even if the camera moves very close or very far from the primitive, the width of the line on the screen does not change.