Property | Type | Description | |
---|---|---|---|
Init | void |
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 |
|
Method | Description | |
---|---|---|
StateOn ( ) : void |
|
Method | Description | |
---|---|---|
Init ( int factor, ushort pattern ) : void |
public LineStippleState ( ) : System.ComponentModel | ||
return | System.ComponentModel |
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 |
public LineStippleState ( int factor, ushort pattern, bool enableCapacity ) : System.ComponentModel | ||
factor | int | |
pattern | ushort | |
enableCapacity | bool | Enable() or Disable() this capacity? |
return | System.ComponentModel |