C# 클래스 SharpFont.HarfBuzz.DirectionExtensions

파일 보기 프로젝트 열기: Robmaister/SharpFont.HarfBuzz

공개 메소드들

메소드 설명
IsBackward ( this dir ) : bool
IsForward ( this dir ) : bool
IsHorizontal ( this dir ) : bool
IsValid ( this dir ) : bool
IsVertical ( this dir ) : bool
Reverse ( this dir ) : Direction
ToString ( this dir ) : string

메소드 상세

IsBackward() 공개 정적인 메소드

public static IsBackward ( this dir ) : bool
dir this
리턴 bool

IsForward() 공개 정적인 메소드

public static IsForward ( this dir ) : bool
dir this
리턴 bool

IsHorizontal() 공개 정적인 메소드

public static IsHorizontal ( this dir ) : bool
dir this
리턴 bool

IsValid() 공개 정적인 메소드

public static IsValid ( this dir ) : bool
dir this
리턴 bool

IsVertical() 공개 정적인 메소드

public static IsVertical ( this dir ) : bool
dir this
리턴 bool

Reverse() 공개 정적인 메소드

public static Reverse ( this dir ) : Direction
dir this
리턴 Direction

ToString() 공개 정적인 메소드

public static ToString ( this dir ) : string
dir this
리턴 string