Class CalloutBalloonBounds
Inheritance
CalloutBalloonBounds
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
Properties
|
Edit this page
View Source
Bottom
Declaration
public double Bottom { get; init; }
Property Value
|
Edit this page
View Source
Left
Declaration
public double Left { get; init; }
Property Value
|
Edit this page
View Source
Right
Declaration
public double Right { get; init; }
Property Value
|
Edit this page
View Source
TailEnd
Declaration
public SKPoint TailEnd { get; init; }
Property Value
|
Edit this page
View Source
TailStart
Declaration
public SKPoint TailStart { get; init; }
Property Value
|
Edit this page
View Source
TailTip
Declaration
public SKPoint TailTip { get; init; }
Property Value
|
Edit this page
View Source
Top
Declaration
public double Top { get; init; }
Property Value
Implements
Extension Methods