Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


Matrix4x4Node Class

Definition

Class Matrix4x4Node. This class cannot be inherited.

C#
public sealed class Matrix4x4Node : Microsoft.Toolkit.Uwp.UI.Animations.Expressions.ExpressionNode
Inheritance
Matrix4x4Node

Properties

Channel11

Gets the channel11.

Channel11Channel22Channel33

Gets the channel11 channel22 channel33.

Channel12

Gets the channel12.

Channel13

Gets the channel13.

Channel14

Gets the channel14.

Channel21

Gets the channel21.

Channel22

Gets the channel22.

Channel23

Gets the channel23.

Channel24

Gets the channel24.

Channel31

Gets the channel31.

Channel32

Gets the channel32.

Channel33

Gets the channel33.

Channel34

Gets the channel34.

Channel41

Gets the channel41.

Channel41Channel42Channel43

Gets the channel41 channel42 channel43.

Channel42

Gets the channel42.

Channel43

Gets the channel43.

Channel44

Gets the channel44.

Subchannels

Gets or sets the subchannels.

(Inherited from ExpressionNode)

Methods

Dispose()

Releases all resources used by this ExpressionNode.

(Inherited from ExpressionNode)
GetSubchannels(Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel)

Create a new type by re-arranging the Matrix subchannels.

GetSubchannels(Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel)

Create a new type by re-arranging the Matrix subchannels.

GetSubchannels(Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel)

Create a new type by re-arranging the Matrix subchannels.

GetSubchannels(Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel)

Create a new type by re-arranging the Matrix subchannels.

GetSubchannels(Matrix4x4Node+Subchannel, Matrix4x4Node+Subchannel)

Create a new type by re-arranging the Matrix subchannels.

GetSubchannels(Matrix4x4Node+Subchannel)

Create a new type by re-arranging the Matrix subchannels.

GetValue()

Gets the value.

(Inherited from ExpressionNode)
PopulateParameterNodes(Dictionary<String,Object>, HashSet<ReferenceNode>)

Populates the parameter nodes.

(Inherited from ExpressionNode)
SetBooleanParameter(String, Boolean)

Resolve a named parameter to the boolean value it will use.

(Inherited from ExpressionNode)
SetColorParameter(String, Color)

Resolve a named parameter to the Color value it will use.

(Inherited from ExpressionNode)
SetMatrix3x2Parameter(String, Matrix3x2)

Resolve a named parameter to the Matrix3x2 value it will use.

(Inherited from ExpressionNode)
SetMatrix4x4Parameter(String, Matrix4x4)

Resolve a named parameter to the Matrix4x4 value it will use.

(Inherited from ExpressionNode)
SetQuaternionParameter(String, Quaternion)

Resolve a named parameter to the Quaternion value it will use.

(Inherited from ExpressionNode)
SetReferenceParameter(String, CompositionObject)

Resolve a named reference parameter to the CompositionObject it will refer to.

(Inherited from ExpressionNode)
SetScalarParameter(String, Single)

Resolve a named parameter to the float value it will use.

(Inherited from ExpressionNode)
SetVector2Parameter(String, Vector2)

Resolve a named parameter to the Vector2 value it will use.

(Inherited from ExpressionNode)
SetVector3Parameter(String, Vector3)

Resolve a named parameter to the Vector3 value it will use.

(Inherited from ExpressionNode)
SetVector4Parameter(String, Vector4)

Resolve a named parameter to the Vector4 value it will use.

(Inherited from ExpressionNode)
SubchannelsInternal<T>(String[])

Subchannelses the internal.

(Inherited from ExpressionNode)

Operators

Addition(Matrix4x4Node, Matrix4x4Node)

Implements the + operator.

Equality(Matrix4x4Node, Matrix4x4Node)

Implements the == operator.

Implicit(Matrix4x4 to Matrix4x4Node)

Performs an implicit conversion from Matrix4x4 to Matrix4x4Node.

Inequality(Matrix4x4Node, Matrix4x4Node)

Implements the != operator.

Multiply(Matrix4x4Node, Matrix4x4Node)

Implements the * operator.

Multiply(Matrix4x4Node, ScalarNode)

Implements the * operator.

Subtraction(Matrix4x4Node, Matrix4x4Node)

Implements the - operator.

UnaryNegation(Matrix4x4Node)

Implements the - operator.

Applies to

Προϊόν Εκδόσεις
Windows Community Toolkit 6.1.1, 7.0.0, 7.1.0

See also