RenderStateManager.LastPixel Property

Language:

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

Definition

Visual Basic Public Property LastPixel As Boolean
C# public bool LastPixel { get; set; }
C++ public:
property bool LastPixel {
        bool get();
        void set(bool value);
}
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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