C# Class Monobjc.ApplicationServices.CGAffineTransform64

Mostra file Open project: Monobjc/monobjc

Public Properties

Property Type Description
a double
b double
c double
d double
tx double
ty double

Public Methods

Method Description
CGAffineTransform64 ( CGFloat a, CGFloat b, CGFloat c, CGFloat d, CGFloat tx, CGFloat ty ) : System

Initializes a new instance of the CGAffineTransform64 struct.

Method Details

CGAffineTransform64() public method

Initializes a new instance of the CGAffineTransform64 struct.
public CGAffineTransform64 ( CGFloat a, CGFloat b, CGFloat c, CGFloat d, CGFloat tx, CGFloat ty ) : System
a CGFloat A.
b CGFloat The b.
c CGFloat The c.
d CGFloat The d.
tx CGFloat The tx.
ty CGFloat The ty.
return System

Property Details

a public_oe property

The entry at position [1,1] in the matrix.
public double a
return double

b public_oe property

The entry at position [1,2] in the matrix.
public double b
return double

c public_oe property

The entry at position [2,1] in the matrix.
public double c
return double

d public_oe property

The entry at position [2,2] in the matrix.
public double d
return double

tx public_oe property

The entry at position [3,1] in the matrix.
public double tx
return double

ty public_oe property

The entry at position [3,2] in the matrix.
public double ty
return double