메소드 | 설명 | |
---|---|---|
DrawableAffine ( ) : System |
Initializes a new instance of the DrawableAffine class.
|
|
DrawableAffine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : System |
Initializes a new instance of the DrawableAffine class.
|
|
DrawableAffine ( |
Initializes a new instance of the DrawableAffine class.
|
|
Reset ( ) : void |
Reset to default
|
|
TransformOrigin ( double translateX, double translateY ) : void |
Sets the origin of coordinate system.
|
|
TransformRotation ( double angle ) : void |
Rotation to use.
|
|
TransformScale ( double scaleX, double scaleY ) : void |
Sets the scale to use.
|
|
TransformSkewX ( double skewX ) : void |
Skew to use in X axis
|
|
TransformSkewY ( double skewY ) : void |
Skew to use in Y axis
|
메소드 | 설명 | |
---|---|---|
DegreesToRadians ( double x ) : double | ||
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
|
Transform ( |
public DrawableAffine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : System | ||
scaleX | double | The X coordinate scaling element. |
scaleY | double | The Y coordinate scaling element. |
shearX | double | The X coordinate shearing element. |
shearY | double | The Y coordinate shearing element. |
translateX | double | The X coordinate of the translation element. |
translateY | double | The Y coordinate of the translation element. |
리턴 | System |
public DrawableAffine ( |
||
matrix | The matrix. | |
리턴 | System.Drawing.Drawing2D |
public TransformOrigin ( double translateX, double translateY ) : void | ||
translateX | double | The X coordinate of the translation element. |
translateY | double | The Y coordinate of the translation element. |
리턴 | void |
public TransformRotation ( double angle ) : void | ||
angle | double | The angle of the rotation. |
리턴 | void |
public TransformScale ( double scaleX, double scaleY ) : void | ||
scaleX | double | The X coordinate scaling element. |
scaleY | double | The Y coordinate scaling element. |
리턴 | void |
public TransformSkewX ( double skewX ) : void | ||
skewX | double | The X skewing element. |
리턴 | void |
public TransformSkewY ( double skewY ) : void | ||
skewY | double | The Y skewing element. |
리턴 | void |