struct PanelTransform
😔 No documentation found.
public ImmutableList<PanelTransform.Entry> List
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( PanelTransform a, PanelTransform b )
😔 No documentation found.
public static bool op_Equality( PanelTransform a, PanelTransform b )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool AddPerspective( Length d )
😔 No documentation found.
public bool AddMatrix3D( Matrix matrix )
😔 No documentation found.
public bool AddRotation( Vector3 angles )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public bool AddRotation( float x, float y, float z )
😔 No documentation found.
public bool AddScale( Vector3 scale )
😔 No documentation found.
public bool AddScale( float scale )
😔 No documentation found.
public bool AddTranslateZ( Nullable<Length> length )
😔 No documentation found.
public bool AddTranslateY( Nullable<Length> length )
😔 No documentation found.
public bool AddTranslateX( Nullable<Length> length )
😔 No documentation found.
public bool AddTranslate( Nullable<Length> lengthX, Nullable<Length> lengthY, Nullable<Length> lengthZ = null )
😔 No documentation found.
public int Entries { get; }
😔 No documentation found.
public bool IsEmpty( )
😔 No documentation found.
public bool AddSkew( float x, float y, float z )
😔 No documentation found.
public Matrix BuildTransform( float width, float height, Vector2 perspectiveOrigin )
😔 No documentation found.