RenderStateManager.LastPixel Property |
Language: |
Enables or disables drawing of the last pixel in a line.
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);
System.Boolean
This property is read/write.
Set to true to enable drawing of the last pixel in a line, or false to prevent it.
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.