C# 클래스 MetroFramework.Drawing.MetroPaint

파일 보기 프로젝트 열기: AshishKilmist/MetroFramework 1 사용 예제들

공개 메소드들

메소드 설명
GetStringFormat ( ContentAlignment textAlign ) : StringFormat
GetStyleBrush ( MetroColorStyle style ) : SolidBrush
GetStyleColor ( MetroColorStyle style ) : Color
GetStylePen ( MetroColorStyle style ) : Pen
GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags
GetTextFormatFlags ( ContentAlignment textAlign, bool WrapToLine ) : TextFormatFlags

메소드 상세

GetStringFormat() 공개 정적인 메소드

public static GetStringFormat ( ContentAlignment textAlign ) : StringFormat
textAlign ContentAlignment
리턴 System.Drawing.StringFormat

GetStyleBrush() 공개 정적인 메소드

public static GetStyleBrush ( MetroColorStyle style ) : SolidBrush
style MetroColorStyle
리턴 System.Drawing.SolidBrush

GetStyleColor() 공개 정적인 메소드

public static GetStyleColor ( MetroColorStyle style ) : Color
style MetroColorStyle
리턴 Color

GetStylePen() 공개 정적인 메소드

public static GetStylePen ( MetroColorStyle style ) : Pen
style MetroColorStyle
리턴 System.Drawing.Pen

GetTextFormatFlags() 공개 정적인 메소드

public static GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags
textAlign ContentAlignment
리턴 TextFormatFlags

GetTextFormatFlags() 공개 정적인 메소드

public static GetTextFormatFlags ( ContentAlignment textAlign, bool WrapToLine ) : TextFormatFlags
textAlign ContentAlignment
WrapToLine bool
리턴 TextFormatFlags