Polygon2D {Microsoft.VisualBasic.Imaging.Math2D} .NET clr documentation

Polygon2D

Description

polygon object in 2D plain

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Math2D
export class Polygon2D {
   # max y - min y
   height: double;
   length: integer;
   # max x - min x
   width: double;
   xpoints: double;
   ypoints: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]