Search Results for

    Show / Hide Table of Contents

    Struct SvgPoint

    Inherited Members
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    public struct SvgPoint

    Constructors

    | Improve this Doc View Source

    SvgPoint(SvgUnit, SvgUnit)

    Declaration
    public SvgPoint(SvgUnit x, SvgUnit y)
    Parameters
    Type Name Description
    SvgUnit x
    SvgUnit y
    | Improve this Doc View Source

    SvgPoint(String, String)

    Declaration
    public SvgPoint(string x, string y)
    Parameters
    Type Name Description
    System.String x
    System.String y

    Properties

    | Improve this Doc View Source

    X

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

    Y

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

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

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

    IsEmpty()

    Declaration
    public bool IsEmpty()
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    ToDeviceValue(ISvgRenderer, SvgElement)

    Declaration
    public PointF ToDeviceValue(ISvgRenderer renderer, SvgElement owner)
    Parameters
    Type Name Description
    ISvgRenderer renderer
    SvgElement owner
    Returns
    Type Description
    PointF
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX