Search Results for

    Show / Hide Table of Contents

    Class SvgOrient

    Represents an orientation in a Scalable Vector Graphics document.

    Inheritance
    Object
    SvgOrient
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    [TypeConverter(typeof(SvgOrientConverter))]
    public class SvgOrient

    Constructors

    | Improve this Doc View Source

    SvgOrient()

    Declaration
    public SvgOrient()
    | Improve this Doc View Source

    SvgOrient(Boolean)

    Declaration
    public SvgOrient(bool isAuto)
    Parameters
    Type Name Description
    Boolean isAuto
    | Improve this Doc View Source

    SvgOrient(Boolean, Boolean)

    Declaration
    public SvgOrient(bool isAuto, bool isAutoStartReverse)
    Parameters
    Type Name Description
    Boolean isAuto
    Boolean isAutoStartReverse
    | Improve this Doc View Source

    SvgOrient(Single)

    Declaration
    public SvgOrient(float angle)
    Parameters
    Type Name Description
    Single angle

    Properties

    | Improve this Doc View Source

    Angle

    Gets the value of the unit.

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

    IsAuto

    Gets the value of the unit.

    Declaration
    public bool IsAuto { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsAutoStartReverse

    If IsAuto is true, indicates if the orientation of a 'marker-start' must be rotated of 180° from the original orientation

    Declaration
    public bool IsAutoStartReverse { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Indicates whether this instance and a specified object are equal.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj

    Another object to compare to.

    Returns
    Type Description
    Boolean

    true if obj and this instance are the same type and represent the same value; otherwise, false.

    Overrides
    Object.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Operators

    | Improve this Doc View Source

    Implicit(Single to SvgOrient)

    Performs an implicit conversion from Single to SvgOrient.

    Declaration
    public static implicit operator SvgOrient(float value)
    Parameters
    Type Name Description
    Single value

    The value.

    Returns
    Type Description
    SvgOrient

    The result of the conversion.

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