C# 클래스 NewTOAPIA.Drawing.GDIBrush

Summary description for GDI32Brush.
상속: GDIObject
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fLogBrush TOAPI.GDI32.LOGBRUSH32

공개 메소드들

메소드 설명
GDIBrush ( ) : System
GDIBrush ( BrushStyle aStyle, HatchStyle hatchStyle, uint colorref, System.Guid uniqueID ) : System
GDIBrush ( uint color ) : System

메소드 상세

GDIBrush() 공개 메소드

public GDIBrush ( ) : System
리턴 System

GDIBrush() 공개 메소드

public GDIBrush ( BrushStyle aStyle, HatchStyle hatchStyle, uint colorref, System.Guid uniqueID ) : System
aStyle BrushStyle
hatchStyle HatchStyle
colorref uint
uniqueID System.Guid
리턴 System

GDIBrush() 공개 메소드

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

프로퍼티 상세

fLogBrush 보호되어 있는 프로퍼티

protected LOGBRUSH32,TOAPI.GDI32 fLogBrush
리턴 TOAPI.GDI32.LOGBRUSH32