Search Results for

    Show / Hide Table of Contents

    Class SvgSkew

    The class which applies the specified skew vector to this Matrix.

    Inheritance
    Object
    SvgTransform
    SvgSkew
    Implements
    ICloneable
    Inherited Members
    SvgTransform.ToString()
    SvgTransform.Equals(Object)
    SvgTransform.GetHashCode()
    Object.Equals(Object, Object)
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg.Transforms
    Assembly: Svg.dll
    Syntax
    public sealed class SvgSkew : SvgTransform, ICloneable

    Constructors

    | Improve this Doc View Source

    SvgSkew(Single, Single)

    Declaration
    public SvgSkew(float x, float y)
    Parameters
    Type Name Description
    Single x
    Single y

    Properties

    | Improve this Doc View Source

    AngleX

    Declaration
    public float AngleX { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    AngleY

    Declaration
    public float AngleY { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    Matrix

    Declaration
    public override Matrix Matrix { get; }
    Property Value
    Type Description
    Matrix
    Overrides
    SvgTransform.Matrix

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public override object Clone()
    Returns
    Type Description
    Object
    Overrides
    SvgTransform.Clone()
    | Improve this Doc View Source

    WriteToString()

    Declaration
    public override string WriteToString()
    Returns
    Type Description
    System.String
    Overrides
    SvgTransform.WriteToString()

    Implements

    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX