C# 클래스 Alsing.Drawing.GDI.GDIBrush

상속: GDIObject
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hBrush System.IntPtr

보호된 프로퍼티들

프로퍼티 타입 설명
mSystemBrush bool

공개 메소드들

메소드 설명
GDIBrush ( Bitmap pattern ) : System
GDIBrush ( Color color ) : System
GDIBrush ( IntPtr hBMP_Pattern ) : System
GDIBrush ( int BrushIndex ) : System
GDIBrush ( int Style, Color color ) : System

보호된 메소드들

메소드 설명
Destroy ( ) : void

메소드 상세

Destroy() 보호된 메소드

protected Destroy ( ) : void
리턴 void

GDIBrush() 공개 메소드

public GDIBrush ( Bitmap pattern ) : System
pattern System.Drawing.Bitmap
리턴 System

GDIBrush() 공개 메소드

public GDIBrush ( Color color ) : System
color Color
리턴 System

GDIBrush() 공개 메소드

public GDIBrush ( IntPtr hBMP_Pattern ) : System
hBMP_Pattern System.IntPtr
리턴 System

GDIBrush() 공개 메소드

public GDIBrush ( int BrushIndex ) : System
BrushIndex int
리턴 System

GDIBrush() 공개 메소드

public GDIBrush ( int Style, Color color ) : System
Style int
color Color
리턴 System

프로퍼티 상세

hBrush 공개적으로 프로퍼티

public IntPtr,System hBrush
리턴 System.IntPtr

mSystemBrush 보호되어 있는 프로퍼티

protected bool mSystemBrush
리턴 bool