Table of Contents

Property BottomRight

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

BottomRight

Gets the bottom-right corner of the quadrilateral.

[JsonPropertyName("BottomRight")]
public Point BottomRight { get; }

Property Value

Point

The bottom-right corner point.

Share