Click or drag to resize
AB4D logo

TrueTransformTransform Method (Panel, Transform)

Transforms the coordinats, sizes and other values in the originalElement with using transformation.

Namespace:  Ab2d.Utility.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public static Object Transform(
	Panel originalPanel,
	Transform transformation
)

Parameters

originalPanel
Type: System.Windows.ControlsPanel
originalPanel as Panel
transformation
Type: System.Windows.MediaTransform
transformation

Return Value

Type: Object
Transformed FrameworkElement
See Also