C# Class CSharpGL.LineStippleState

Dashed line.
Inheritance: EnableState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Private Properties

Свойство Type Description
Init void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
StateOn ( ) : void

Private Methods

Méthode Description
Init ( int factor, ushort pattern ) : void

Method Details

LineStippleState() public méthode

Dashed line.
public LineStippleState ( ) : System.ComponentModel
Résultat System.ComponentModel

LineStippleState() public méthode

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);'.
Résultat System.ComponentModel

LineStippleState() public méthode

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

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string