Search Results for

    Show / Hide Table of Contents

    Struct SvgLinearGradientServer.GradientPoints

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

    Constructors

    | Improve this Doc View Source

    GradientPoints(PointF, PointF)

    Declaration
    public GradientPoints(PointF startPoint, PointF endPoint)
    Parameters
    Type Name Description
    PointF startPoint
    PointF endPoint

    Fields

    | Improve this Doc View Source

    EndPoint

    Declaration
    public PointF EndPoint
    Field Value
    Type Description
    PointF
    | Improve this Doc View Source

    StartPoint

    Declaration
    public PointF StartPoint
    Field Value
    Type Description
    PointF
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX