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

Inheritance: IMatrixHelper
显示文件 Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
FromElements ( [ m11, [ m12, [ m21, [ m22, [ offsetX, [ offsetY ) : Matrix
GetIsIdentity ( [ target ) : bool
Transform ( [ target, [ point ) : Point

Method Details

FromElements() public static method

public static FromElements ( [ m11, [ m12, [ m21, [ m22, [ offsetX, [ offsetY ) : Matrix
m11 [
m12 [
m21 [
m22 [
offsetX [
offsetY [
return Matrix

GetIsIdentity() public static method

public static GetIsIdentity ( [ target ) : bool
target [
return bool

Transform() public static method

public static Transform ( [ target, [ point ) : Point
target [
point [
return Point