Record TSVGViewBox
Unit
Declaration
type TSVGViewBox = record
Description
SVG bounding box for coordinates
Overview
Fields
![]() |
min: TPointF; |
![]() |
size: TPointF; |
Methods
![]() |
class function DefaultValue: TSVGViewBox; static; |
![]() |
class function Parse(AValue: string): TSVGViewBox; static; |
![]() |
function ToString: string; |
Description
Fields
![]() |
min: TPointF; |
|
This item has no description. | |
![]() |
size: TPointF; |
|
This item has no description. | |
Methods
![]() |
class function DefaultValue: TSVGViewBox; static; |
|
This item has no description. | |
![]() |
class function Parse(AValue: string): TSVGViewBox; static; |
|
This item has no description. | |
![]() |
function ToString: string; |
|
This item has no description. | |
