C# 클래스 Monobjc.ApplicationServices.CGAffineTransform64

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
a double
b double
c double
d double
tx double
ty double

공개 메소드들

메소드 설명
CGAffineTransform64 ( CGFloat a, CGFloat b, CGFloat c, CGFloat d, CGFloat tx, CGFloat ty ) : System

Initializes a new instance of the CGAffineTransform64 struct.

메소드 상세

CGAffineTransform64() 공개 메소드

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.
리턴 System

프로퍼티 상세

a 공개적으로 프로퍼티

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

b 공개적으로 프로퍼티

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

c 공개적으로 프로퍼티

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

d 공개적으로 프로퍼티

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

tx 공개적으로 프로퍼티

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

ty 공개적으로 프로퍼티

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