RenderStateManager.LastPixel Property

Language:

Note: This documentation is preliminary and is subject to change.

Enables or disables drawing of the last pixel in a line.

Definition

Visual Basic .NET Public Property LastPixel As Boolean
C# public bool LastPixel { get; set; }
Managed C++ public: __property bool get_LastPixel();
public: __property void set_LastPixel(bool);
JScript .NET public function get LastPixel() : boolean
public function set LastPixel(boolean);

Property Value

System.Boolean . Set to true to enable drawing of the last pixel in a line, or false to prevent it.

This property is read/write. 

Remarks

The default value is true.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.