C# 클래스 CSharpGL.LineStippleState

Dashed line.
상속: EnableState
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

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