Search Results for

    Show / Hide Table of Contents

    Class CalloutBalloonBounds

    Inheritance
    object
    CalloutBalloonBounds
    Implements
    IEquatable<CalloutBalloonBounds>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia.SkiaStyles
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public record CalloutBalloonBounds : IEquatable<CalloutBalloonBounds>

    Constructors

    | Edit this page View Source

    CalloutBalloonBounds(double, double, double, double, SKPoint, SKPoint, SKPoint)

    Declaration
    public CalloutBalloonBounds(double Bottom, double Left, double Top, double Right, SKPoint TailStart, SKPoint TailEnd, SKPoint TailTip)
    Parameters
    Type Name Description
    double Bottom
    double Left
    double Top
    double Right
    SKPoint TailStart
    SKPoint TailEnd
    SKPoint TailTip

    Properties

    | Edit this page View Source

    Bottom

    Declaration
    public double Bottom { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Left

    Declaration
    public double Left { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Right

    Declaration
    public double Right { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    TailEnd

    Declaration
    public SKPoint TailEnd { get; init; }
    Property Value
    Type Description
    SKPoint
    | Edit this page View Source

    TailStart

    Declaration
    public SKPoint TailStart { get; init; }
    Property Value
    Type Description
    SKPoint
    | Edit this page View Source

    TailTip

    Declaration
    public SKPoint TailTip { get; init; }
    Property Value
    Type Description
    SKPoint
    | Edit this page View Source

    Top

    Declaration
    public double Top { get; init; }
    Property Value
    Type Description
    double

    Implements

    IEquatable<T>

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX