Share via


RMatrix3.Multiply Method

Definition

Overloads

Multiply(RMatrix3, RMatrix3)

public static CoreGraphics.RMatrix3 Multiply(CoreGraphics.RMatrix3 value1, CoreGraphics.RMatrix3 value2);
static member Multiply : CoreGraphics.RMatrix3 * CoreGraphics.RMatrix3 -> CoreGraphics.RMatrix3

Parameters

value1
RMatrix3
value2
RMatrix3

Returns

Applies to

Multiply(RMatrix3, Single)

public static CoreGraphics.RMatrix3 Multiply(CoreGraphics.RMatrix3 value1, float value2);
static member Multiply : CoreGraphics.RMatrix3 * single -> CoreGraphics.RMatrix3

Parameters

value1
RMatrix3
value2
Single

Returns

Applies to