VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Size Struct Reference

Represents the size of an object. More...

Public Member Functions

 Size (double width, double height)
 Create a new Size. More...
 

Public Attributes

double Width
 Width of the object. More...
 
double Height
 Height of the object. More...
 

Detailed Description

Represents the size of an object.

Definition at line 268 of file Point.cs.

Constructor & Destructor Documentation

◆ Size()

VectSharp.Size.Size ( double  width,
double  height 
)

Create a new Size.

Parameters
widthThe width of the object.
heightThe height of the object.

Definition at line 285 of file Point.cs.

Member Data Documentation

◆ Height

double VectSharp.Size.Height

Height of the object.

Definition at line 278 of file Point.cs.

◆ Width

double VectSharp.Size.Width

Width of the object.

Definition at line 273 of file Point.cs.


The documentation for this struct was generated from the following file: