Click or drag to resize
TrueTransformTransform Method (Geometry, Transform)
Transforms the coordinats, sizes and other values in the originalGeometry with using transformation.

Namespace: Ab2d.Utility.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public static Object Transform(
	Geometry originalGeometry,
	Transform transformation
)

Parameters

originalGeometry
Type: System.Windows.MediaGeometry
originalGeometry as Geometry
transformation
Type: System.Windows.MediaTransform
transformation

Return Value

Type: Object
Transformed Geometry
See Also