C# Class System.Windows.Forms.Util

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Свойство Type Description
ScaleSize System.Drawing.SizeF

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CGContextScaleCTM ( IntPtr context, float x, float y ) : void
CGContextTranslateCTM ( IntPtr context, float tx, float ty ) : void

Method Details

FlipDrawing() public static méthode

public static FlipDrawing ( Rectangle rect ) : void
rect System.Drawing.Rectangle
Résultat void

GetPropertyStringValue() public static méthode

public static GetPropertyStringValue ( object inObject, string propertyName ) : string
inObject object
propertyName string
Résultat string

GetPropertyValue() public static méthode

public static GetPropertyValue ( object inObject, string propertyName ) : object
inObject object
propertyName string
Résultat object

MeasureString() public static méthode

public static MeasureString ( string inString, Font font ) : SizeF
inString string
font System.Drawing.Font
Résultat System.Drawing.SizeF

NumberOfSetBits() public static méthode

public static NumberOfSetBits ( int i ) : int
i int
Résultat int

Property Details

ScaleSize public_oe static_oe property

public static SizeF,System.Drawing ScaleSize
Résultat System.Drawing.SizeF