Table of Contents

Property Area

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

Area

Gets the area of the quadrilateral, computed via the shoelace formula.

public double Area { get; }

Property Value

double

The non-negative area of the polygon.