Method | Description | |
---|---|---|
PushTransform ( this space ) : IDisposable | ||
Rotate ( this _, double radians, Point center = null ) : void | ||
Scale ( this _, double sx, double sy, Point center = null ) : void | ||
Translate ( this _, |
public static PushTransform ( this space ) : IDisposable | ||
space | this | |
return | IDisposable |
public static Rotate ( this _, double radians, Point center = null ) : void | ||
_ | this | |
radians | double | |
center | Point | |
return | void |
public static Scale ( this _, double sx, double sy, Point center = null ) : void | ||
_ | this | |
sx | double | |
sy | double | |
center | Point | |
return | void |
public static Translate ( this _, |
||
_ | this | |
delta | ||
return | void |