Click or drag to resize

SvgRendererTranslateTransform Method (Single, Single, MatrixOrder)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void TranslateTransform(
	float dx,
	float dy,
	MatrixOrder order
)
Request Example View Source

Parameters

dx
Type: SystemSingle
dy
Type: SystemSingle
order
Type: System.Drawing.Drawing2DMatrixOrder
See Also