![]() |
![]() |
![]() |
Line.GlLines Property |
Language: |
Retrieves or sets a value that switches between Microsoft® Direct3D® and OpenGL line-drawing modes.
Visual Basic .NET Public Property GlLines As Boolean C# public bool GlLines { get; set; } Managed C++ public: __property bool get_GlLines();
public: __property void set_GlLines(bool);JScript .NET public function get GlLines() : boolean
public function set GlLines(boolean);
System.Boolean . Value that is true if lines based on OpenGL are enabled; false if lines based on Microsoft® Direct3D® are enabled.
This property is read/write.
As a software interface for graphics hardware, OpenGL renders multidimensional objects into a frame buffer.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. InvalidDataException The data is invalid.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center