Search Results for

    Show / Hide Table of Contents

    Class PointFExtensions

    Inheritance
    Object
    PointFExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    public static class PointFExtensions

    Methods

    | Improve this Doc View Source

    ToSvgString(PointF)

    Declaration
    public static string ToSvgString(this PointF p)
    Parameters
    Type Name Description
    PointF p
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ToSvgString(Single)

    Declaration
    public static string ToSvgString(this float value)
    Parameters
    Type Name Description
    Single value
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX