Structure | Description | |
---|---|---|
![]() | VintasoftColor | Represents an ARGB 32-bit color. |
![]() | VintasoftPadding | Represents padding or margin information. |
![]() | VintasoftPoint | Represents a point in two-dimensional plane, which is defined by an ordered float double-precision pair of X and Y coordinates. |
![]() | VintasoftPointF | Represents a point in two-dimensional plane, which is defined by an ordered float single-precision pair of X and Y coordinates. |
![]() | VintasoftPointI | Represents a point in two-dimensional plane, which is defined by an ordered 32-bit signed integer pair of X and Y coordinates. |
![]() | VintasoftRect | Stores a set of four double-precision values that represent the location and size of a rectangle. |
![]() | VintasoftRectF | Stores a set of four float single-precision values that represent the location and size of a rectangle. |
![]() | VintasoftRectI | Stores a set of four 32-bit signed integer values that represent the location and size of a rectangle. |
![]() | VintasoftSize | Stores an ordered pair of double-precision values, which specify height and width. |
![]() | VintasoftSizeF | Stores an ordered pair of float single-precision values, which specify height and width. |
![]() | VintasoftSizeI | Stores an ordered pair of 32-bit signed integer values, which specify height and width. |