Search Results for

    Show / Hide Table of Contents

    Class SvgRotate

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

    Constructors

    | Improve this Doc View Source

    SvgRotate(Single)

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

    SvgRotate(Single, Single, Single)

    Declaration
    public SvgRotate(float angle, float centerX, float centerY)
    Parameters
    Type Name Description
    Single angle
    Single centerX
    Single centerY

    Properties

    | Improve this Doc View Source

    Angle

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

    CenterX

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

    CenterY

    Declaration
    public float CenterY { 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