C# Class Windows.UI.Xaml.Media.GeneralTransform

Inheritance: Windows.UI.Xaml.DependencyObject, IGeneralTransform, IGeneralTransformOverrides
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
TransformBounds ( [ rect ) : Rect
TransformPoint ( [ point ) : Point
TryTransform ( [ inPoint, Point &outPoint ) : bool

Protected Methods

Method Description
GeneralTransform ( ) : System
TransformBoundsCore ( [ rect ) : Rect
TryTransformCore ( [ inPoint, Point &outPoint ) : bool

Method Details

GeneralTransform() protected method

protected GeneralTransform ( ) : System
return System

TransformBounds() public method

public TransformBounds ( [ rect ) : Rect
rect [
return Windows.Foundation.Rect

TransformBoundsCore() protected method

protected TransformBoundsCore ( [ rect ) : Rect
rect [
return Windows.Foundation.Rect

TransformPoint() public method

public TransformPoint ( [ point ) : Point
point [
return Point

TryTransform() public method

public TryTransform ( [ inPoint, Point &outPoint ) : bool
inPoint [
outPoint Point
return bool

TryTransformCore() protected method

protected TryTransformCore ( [ inPoint, Point &outPoint ) : bool
inPoint [
outPoint Point
return bool