C# Класс CSharpGL.LineStippleState

Dashed line.
Наследование: EnableState
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Init void

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
StateOn ( ) : void

Приватные методы

Метод Описание
Init ( int factor, ushort pattern ) : void

Описание методов

LineStippleState() публичный Метод

Dashed line.
public LineStippleState ( ) : System.ComponentModel
Результат System.ComponentModel

LineStippleState() публичный Метод

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);'.
Результат System.ComponentModel

LineStippleState() публичный Метод

Dashed line.
public LineStippleState ( int factor, ushort pattern, bool enableCapacity ) : System.ComponentModel
factor int
pattern ushort
enableCapacity bool Enable() or Disable() this capacity?
Результат System.ComponentModel

StateOn() защищенный Метод

protected StateOn ( ) : void
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string