RenderStateManager.LastPixel Property |
Language: |
Enables or disables drawing of the last pixel in a line.
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);
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.
The default value is true.
Feedback? Please provide us with your comments on this topic.