Microsoft DirectX 9.0 SDK Update (October 2004)

Line.GlLines Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets a value that switches between Microsoft® Direct3D® and OpenGL line-drawing modes.

Definition

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);

Property Value

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. 

Remarks

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center