Search Results for

    Show / Hide Table of Contents

    Class SvgScale

    Inheritance
    Object
    SvgTransform
    SvgScale
    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 SvgScale : SvgTransform, ICloneable

    Constructors

    | Improve this Doc View Source

    SvgScale(Single)

    Declaration
    public SvgScale(float x)
    Parameters
    Type Name Description
    Single x
    | Improve this Doc View Source

    SvgScale(Single, Single)

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

    Properties

    | Improve this Doc View Source

    Matrix

    Declaration
    public override Matrix Matrix { get; }
    Property Value
    Type Description
    Matrix
    Overrides
    SvgTransform.Matrix
    | Improve this Doc View Source

    X

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

    Y

    Declaration
    public float Y { get; set; }
    Property Value
    Type Description
    Single

    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