C# 클래스 System.Windows.Forms.Util

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

공개 프로퍼티들

프로퍼티 타입 설명
ScaleSize System.Drawing.SizeF

공개 메소드들

메소드 설명
FlipDrawing ( Rectangle rect ) : void
GetPropertyStringValue ( object inObject, string propertyName ) : string
GetPropertyValue ( object inObject, string propertyName ) : object
MeasureString ( string inString, Font font ) : SizeF
NumberOfSetBits ( int i ) : int

비공개 메소드들

메소드 설명
CGContextScaleCTM ( IntPtr context, float x, float y ) : void
CGContextTranslateCTM ( IntPtr context, float tx, float ty ) : void

메소드 상세

FlipDrawing() 공개 정적인 메소드

public static FlipDrawing ( Rectangle rect ) : void
rect System.Drawing.Rectangle
리턴 void

GetPropertyStringValue() 공개 정적인 메소드

public static GetPropertyStringValue ( object inObject, string propertyName ) : string
inObject object
propertyName string
리턴 string

GetPropertyValue() 공개 정적인 메소드

public static GetPropertyValue ( object inObject, string propertyName ) : object
inObject object
propertyName string
리턴 object

MeasureString() 공개 정적인 메소드

public static MeasureString ( string inString, Font font ) : SizeF
inString string
font System.Drawing.Font
리턴 System.Drawing.SizeF

NumberOfSetBits() 공개 정적인 메소드

public static NumberOfSetBits ( int i ) : int
i int
리턴 int

프로퍼티 상세

ScaleSize 공개적으로 정적으로 프로퍼티

public static SizeF,System.Drawing ScaleSize
리턴 System.Drawing.SizeF