[]
        
(Showing Draft Content)

C1.WPF.Core.Extensions

Extensions Class

Class that provides static extension methods for several other classes.

Inheritance
Extensions
Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public static class Extensions

Methods

Name Description
GetAbsoluteUri(string)

Returns the absolute System.Uri from a string that may represent relative or absolute Uri.

Multiply(Matrix, Matrix)

Multiplies the left matrix by the right matrix.

Multiply(Matrix, ref Matrix, out Matrix)

Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter.

Transform(Matrix, double, double)

Transforms a point by this matrix.