C# Class MonoMac.CoreGraphics.CGAffineTransform

Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

Свойство Type Description
x0 float
xx float
xy float
y0 float
yx float
yy float

Méthodes publiques

Méthode Description
CGAffineTransform ( float xx, float yx, float xy, float yy, float x0, float y0 ) : System
Equals ( object o ) : bool
GetHashCode ( ) : int
MakeIdentity ( ) : CGAffineTransform
MakeRotation ( float angle ) : CGAffineTransform
MakeScale ( float sx, float sy ) : CGAffineTransform
MakeTranslation ( float tx, float ty ) : CGAffineTransform
Multiply ( CGAffineTransform a, CGAffineTransform b ) : CGAffineTransform
Multiply ( CGAffineTransform b ) : void
Rotate ( float angle ) : void
Scale ( float sx, float sy ) : void
ToString ( ) : String
TransformPoint ( PointF point ) : PointF
TransformRect ( RectangleF rect ) : RectangleF
Translate ( float tx, float ty ) : void
operator ( ) : CGAffineTransform
operator ( ) : bool

Private Methods

Méthode Description
CGRectApplyAffineTransform ( RectangleF rect, CGAffineTransform t ) : RectangleF

Method Details

CGAffineTransform() public méthode

public CGAffineTransform ( float xx, float yx, float xy, float yy, float x0, float y0 ) : System
xx float
yx float
xy float
yy float
x0 float
y0 float
Résultat System

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MakeIdentity() public static méthode

public static MakeIdentity ( ) : CGAffineTransform
Résultat CGAffineTransform

MakeRotation() public static méthode

public static MakeRotation ( float angle ) : CGAffineTransform
angle float
Résultat CGAffineTransform

MakeScale() public static méthode

public static MakeScale ( float sx, float sy ) : CGAffineTransform
sx float
sy float
Résultat CGAffineTransform

MakeTranslation() public static méthode

public static MakeTranslation ( float tx, float ty ) : CGAffineTransform
tx float
ty float
Résultat CGAffineTransform

Multiply() public static méthode

public static Multiply ( CGAffineTransform a, CGAffineTransform b ) : CGAffineTransform
a CGAffineTransform
b CGAffineTransform
Résultat CGAffineTransform

Multiply() public méthode

public Multiply ( CGAffineTransform b ) : void
b CGAffineTransform
Résultat void

Rotate() public méthode

public Rotate ( float angle ) : void
angle float
Résultat void

Scale() public méthode

public Scale ( float sx, float sy ) : void
sx float
sy float
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

TransformPoint() public méthode

public TransformPoint ( PointF point ) : PointF
point System.Drawing.PointF
Résultat System.Drawing.PointF

TransformRect() public méthode

public TransformRect ( RectangleF rect ) : RectangleF
rect System.Drawing.RectangleF
Résultat System.Drawing.RectangleF

Translate() public méthode

public Translate ( float tx, float ty ) : void
tx float
ty float
Résultat void

operator() public static méthode

public static operator ( ) : CGAffineTransform
Résultat CGAffineTransform

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

x0 public_oe property

public float x0
Résultat float

xx public_oe property

public float xx
Résultat float

xy public_oe property

public float xy
Résultat float

y0 public_oe property

public float y0
Résultat float

yx public_oe property

public float yx
Résultat float

yy public_oe property

public float yy
Résultat float