C# 클래스 CompositionHelper.CompositionProperties

파일 보기 프로젝트 열기: higankanshi/CompositionHelper 1 사용 예제들

공개 메소드들

메소드 설명
GetAnchorPoint ( this element ) : System.Numerics.Vector2
GetBackfaceVisibility ( this element ) : CompositionBackfaceVisibility
GetBorderMode ( this element ) : CompositionBorderMode
GetCenterPoint ( this element ) : System.Numerics.Vector3
GetChildVisual ( this element ) : Visual
GetClip ( this element ) : CompositionClip
GetCompositeMode ( this element ) : CompositionCompositeMode
GetIsVisible ( this element ) : bool
GetOffset ( this element ) : System.Numerics.Vector3
GetOpacity ( this element ) : float
GetOrientation ( this element ) : Quaternion
GetRotationAngle ( this element ) : float
GetRotationAngleInDegrees ( this element ) : float
GetRotationAxis ( this element ) : System.Numerics.Vector3
GetScale ( this element ) : System.Numerics.Vector3
GetSize ( this element ) : System.Numerics.Vector2
GetTransformMatrix ( this element ) : Matrix4x4
GetVisual ( this element ) : Visual
SetAnchorPoint ( this element, Vector2 value ) : void
SetBackfaceVisibility ( this element, CompositionBackfaceVisibility value ) : void
SetBorderMode ( this element, CompositionBorderMode value ) : void
SetCenterPoint ( this element, Vector3 value ) : void
SetChildVisual ( this element, Visual visual ) : void
SetClip ( this element, CompositionClip value ) : void
SetCompositeMode ( this element, CompositionCompositeMode value ) : void
SetIsVisible ( this element, bool value ) : void
SetOffset ( this element, Vector3 value ) : void
SetOpacity ( this element, float value ) : void
SetOrientation ( this element, Quaternion value ) : void
SetRotationAngle ( this element, float value ) : void
SetRotationAngleInDegrees ( this element, float value ) : void
SetRotationAxis ( this element, Vector3 value ) : void
SetScale ( this element, Vector3 value ) : void
SetSize ( this element, Vector2 value ) : void
SetTransformMatrix ( this element, Matrix4x4 value ) : void

메소드 상세

GetAnchorPoint() 공개 정적인 메소드

public static GetAnchorPoint ( this element ) : System.Numerics.Vector2
element this
리턴 System.Numerics.Vector2

GetBackfaceVisibility() 공개 정적인 메소드

public static GetBackfaceVisibility ( this element ) : CompositionBackfaceVisibility
element this
리턴 CompositionBackfaceVisibility

GetBorderMode() 공개 정적인 메소드

public static GetBorderMode ( this element ) : CompositionBorderMode
element this
리턴 CompositionBorderMode

GetCenterPoint() 공개 정적인 메소드

public static GetCenterPoint ( this element ) : System.Numerics.Vector3
element this
리턴 System.Numerics.Vector3

GetChildVisual() 공개 정적인 메소드

public static GetChildVisual ( this element ) : Visual
element this
리턴 Visual

GetClip() 공개 정적인 메소드

public static GetClip ( this element ) : CompositionClip
element this
리턴 CompositionClip

GetCompositeMode() 공개 정적인 메소드

public static GetCompositeMode ( this element ) : CompositionCompositeMode
element this
리턴 CompositionCompositeMode

GetIsVisible() 공개 정적인 메소드

public static GetIsVisible ( this element ) : bool
element this
리턴 bool

GetOffset() 공개 정적인 메소드

public static GetOffset ( this element ) : System.Numerics.Vector3
element this
리턴 System.Numerics.Vector3

GetOpacity() 공개 정적인 메소드

public static GetOpacity ( this element ) : float
element this
리턴 float

GetOrientation() 공개 정적인 메소드

public static GetOrientation ( this element ) : Quaternion
element this
리턴 Quaternion

GetRotationAngle() 공개 정적인 메소드

public static GetRotationAngle ( this element ) : float
element this
리턴 float

GetRotationAngleInDegrees() 공개 정적인 메소드

public static GetRotationAngleInDegrees ( this element ) : float
element this
리턴 float

GetRotationAxis() 공개 정적인 메소드

public static GetRotationAxis ( this element ) : System.Numerics.Vector3
element this
리턴 System.Numerics.Vector3

GetScale() 공개 정적인 메소드

public static GetScale ( this element ) : System.Numerics.Vector3
element this
리턴 System.Numerics.Vector3

GetSize() 공개 정적인 메소드

public static GetSize ( this element ) : System.Numerics.Vector2
element this
리턴 System.Numerics.Vector2

GetTransformMatrix() 공개 정적인 메소드

public static GetTransformMatrix ( this element ) : Matrix4x4
element this
리턴 Matrix4x4

GetVisual() 공개 정적인 메소드

public static GetVisual ( this element ) : Visual
element this
리턴 Visual

SetAnchorPoint() 공개 정적인 메소드

public static SetAnchorPoint ( this element, Vector2 value ) : void
element this
value Vector2
리턴 void

SetBackfaceVisibility() 공개 정적인 메소드

public static SetBackfaceVisibility ( this element, CompositionBackfaceVisibility value ) : void
element this
value CompositionBackfaceVisibility
리턴 void

SetBorderMode() 공개 정적인 메소드

public static SetBorderMode ( this element, CompositionBorderMode value ) : void
element this
value CompositionBorderMode
리턴 void

SetCenterPoint() 공개 정적인 메소드

public static SetCenterPoint ( this element, Vector3 value ) : void
element this
value Vector3
리턴 void

SetChildVisual() 공개 정적인 메소드

public static SetChildVisual ( this element, Visual visual ) : void
element this
visual Visual
리턴 void

SetClip() 공개 정적인 메소드

public static SetClip ( this element, CompositionClip value ) : void
element this
value CompositionClip
리턴 void

SetCompositeMode() 공개 정적인 메소드

public static SetCompositeMode ( this element, CompositionCompositeMode value ) : void
element this
value CompositionCompositeMode
리턴 void

SetIsVisible() 공개 정적인 메소드

public static SetIsVisible ( this element, bool value ) : void
element this
value bool
리턴 void

SetOffset() 공개 정적인 메소드

public static SetOffset ( this element, Vector3 value ) : void
element this
value Vector3
리턴 void

SetOpacity() 공개 정적인 메소드

public static SetOpacity ( this element, float value ) : void
element this
value float
리턴 void

SetOrientation() 공개 정적인 메소드

public static SetOrientation ( this element, Quaternion value ) : void
element this
value Quaternion
리턴 void

SetRotationAngle() 공개 정적인 메소드

public static SetRotationAngle ( this element, float value ) : void
element this
value float
리턴 void

SetRotationAngleInDegrees() 공개 정적인 메소드

public static SetRotationAngleInDegrees ( this element, float value ) : void
element this
value float
리턴 void

SetRotationAxis() 공개 정적인 메소드

public static SetRotationAxis ( this element, Vector3 value ) : void
element this
value Vector3
리턴 void

SetScale() 공개 정적인 메소드

public static SetScale ( this element, Vector3 value ) : void
element this
value Vector3
리턴 void

SetSize() 공개 정적인 메소드

public static SetSize ( this element, Vector2 value ) : void
element this
value Vector2
리턴 void

SetTransformMatrix() 공개 정적인 메소드

public static SetTransformMatrix ( this element, Matrix4x4 value ) : void
element this
value Matrix4x4
리턴 void