RenderStateManager.LastPixel Property (Microsoft.DirectX.Direct3D)

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.