'Declaration Public Shared Function CreateTranslation( _
ByVal offsetXX offset that should be applied to a matrix.As Double, _
ByVal offsetYY offset that should be applied to a matrix.As Double _
) As AffineMatrix
public static AffineMatrix CreateTranslation(
double offsetX,
double offsetY
)
public: static AffineMatrix* CreateTranslation(
double offsetX,
double offsetY
)
public:
static AffineMatrix^ CreateTranslation(
double offsetX,
double offsetY
)
Parameters
- offsetX
- X offset that should be applied to a matrix.
- offsetY
- Y offset that should be applied to a matrix.
Return Value
The translated matrix.