C# Class JP.Utils.CompositionAPI.CompositionAPIUtil

显示文件 Open project: JuniperPhoton/JP.Utils.UWP

Public Methods

Method Description
GetElementVisual ( this element ) : Visual
MoveByValue ( this element, Vector3 changedValue ) : void
RotateByAngle ( this element, float anglesToAdd ) : void
RotateToNewAngle ( this element, float angleInDegrees ) : void
ScaleToValue ( this element, Vector3 scale ) : void

Method Details

GetElementVisual() public static method

public static GetElementVisual ( this element ) : Visual
element this
return Visual

MoveByValue() public static method

public static MoveByValue ( this element, Vector3 changedValue ) : void
element this
changedValue Vector3
return void

RotateByAngle() public static method

public static RotateByAngle ( this element, float anglesToAdd ) : void
element this
anglesToAdd float
return void

RotateToNewAngle() public static method

public static RotateToNewAngle ( this element, float angleInDegrees ) : void
element this
angleInDegrees float
return void

ScaleToValue() public static method

public static ScaleToValue ( this element, Vector3 scale ) : void
element this
scale Vector3
return void