Method | Description | |
---|---|---|
Concat ( |
||
GetValues ( float values ) : void | ||
MakeIdentity ( ) : |
||
MakeRotation ( float radians ) : |
||
MakeRotation ( float radians, float pivotx, float pivoty ) : |
||
MakeRotationDegrees ( float degrees ) : |
||
MakeRotationDegrees ( float degrees, float pivotx, float pivoty ) : |
||
MakeScale ( float sx, float sy ) : |
||
MakeScale ( float sx, float sy, float pivotX, float pivotY ) : |
||
MakeSkew ( float sx, float sy ) : |
||
MakeTranslation ( float dx, float dy ) : |
||
MapPoint ( |
||
MapPoint ( float x, float y ) : |
||
MapPoints ( |
||
MapPoints ( |
||
MapRadius ( float radius ) : float | ||
MapRect ( |
||
MapRect ( |
||
MapVector ( float x, float y ) : |
||
MapVectors ( |
||
MapVectors ( |
||
PostConcat ( |
||
PreConcat ( |
||
Rotate ( |
||
Rotate ( |
||
RotateDegrees ( |
||
RotateDegrees ( |
||
SetScaleTranslate ( float sx, float sy, float tx, float ty ) : void | ||
TryInvert ( |
Method | Description | |
---|---|---|
GetMask ( ) : Mask | ||
MapXY ( float x, float y ) : |
||
SetSinCos ( |
||
SetSinCos ( |
||
scross ( float a, float b, float c, float d ) : float | ||
sdot ( float a, float b, float c, float d ) : float |
public static Concat ( |
||
target | ||
first | ||
second | ||
return | void |
public static MakeRotation ( float radians ) : |
||
radians | float | |
return |
public static MakeRotation ( float radians, float pivotx, float pivoty ) : |
||
radians | float | |
pivotx | float | |
pivoty | float | |
return |
public static MakeRotationDegrees ( float degrees ) : |
||
degrees | float | |
return |
public static MakeRotationDegrees ( float degrees, float pivotx, float pivoty ) : |
||
degrees | float | |
pivotx | float | |
pivoty | float | |
return |
public static MakeScale ( float sx, float sy ) : |
||
sx | float | |
sy | float | |
return |
public static MakeScale ( float sx, float sy, float pivotX, float pivotY ) : |
||
sx | float | |
sy | float | |
pivotX | float | |
pivotY | float | |
return |
public static MakeSkew ( float sx, float sy ) : |
||
sx | float | |
sy | float | |
return |
public static MakeTranslation ( float dx, float dy ) : |
||
dx | float | |
dy | float | |
return |
public MapPoint ( float x, float y ) : |
||
x | float | |
y | float | |
return |
public MapPoints ( |
||
points | ||
return | SkiaSharp.SKPoint[] |
public MapPoints ( |
||
result | ||
points | ||
return | void |
public static MapRect ( |
||
matrix | ||
dest | ||
source | ||
return | void |
public MapVector ( float x, float y ) : |
||
x | float | |
y | float | |
return |
public MapVectors ( |
||
vectors | ||
return | SkiaSharp.SKPoint[] |
public MapVectors ( |
||
result | ||
vectors | ||
return | void |
public static PostConcat ( |
||
target | ||
matrix | ||
return | void |
public static PreConcat ( |
||
target | ||
matrix | ||
return | void |
public static Rotate ( |
||
matrix | ||
radians | float | |
return | void |
public static Rotate ( |
||
matrix | ||
radians | float | |
pivotx | float | |
pivoty | float | |
return | void |
public static RotateDegrees ( |
||
matrix | ||
degrees | float | |
return | void |
public static RotateDegrees ( |
||
matrix | ||
degrees | float | |
pivotx | float | |
pivoty | float | |
return | void |
public SetScaleTranslate ( float sx, float sy, float tx, float ty ) : void | ||
sx | float | |
sy | float | |
tx | float | |
ty | float | |
return | void |
public TryInvert ( |
||
inverse | ||
return | bool |