C# Class CSharpGL.LineStippleState

Dashed line.
Inheritance: EnableState
Show file Open project: bitzhuwei/CSharpGL

Private Properties

Property Type Description
Init void

Public Methods

Method Description
LineStippleState ( ) : System.ComponentModel

Dashed line.

LineStippleState ( int factor, ushort pattern ) : System.ComponentModel

Dashed line.

LineStippleState ( int factor, ushort pattern, bool enableCapacity ) : System.ComponentModel

Dashed line.

ToString ( ) : string

Protected Methods

Method Description
StateOn ( ) : void

Private Methods

Method Description
Init ( int factor, ushort pattern ) : void

Method Details

LineStippleState() public method

Dashed line.
public LineStippleState ( ) : System.ComponentModel
return System.ComponentModel

LineStippleState() public method

Dashed line.
public LineStippleState ( int factor, ushort pattern ) : System.ComponentModel
factor int factor in 'void glLineStipple(int factor, ushort pattern);'.
pattern ushort pattern in 'void glLineStipple(int factor, ushort pattern);'.
return System.ComponentModel

LineStippleState() public method

Dashed line.
public LineStippleState ( int factor, ushort pattern, bool enableCapacity ) : System.ComponentModel
factor int
pattern ushort
enableCapacity bool Enable() or Disable() this capacity?
return System.ComponentModel

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string