Coordinate system for the gradient properties
Namespace: FMX.RS.SVG
Delphi |
public |
Property Value
Type: TSVGCoordinateSystemUnit
If Units is csuUserSpaceOnUse, the gradient properties represent values in the coordinate system that results from taking the current user coordinate system in place at the time when the gradient element is referenced ( i.e., the user coordinate system for the element referencing the pattern element via a ‘fill’ or ‘ stroke’ property) and then applying the transform specified by the transformation Matrix If Units is csuObjectBoundingBox, the user coordinate system for the gradient properties is established using the bounding box of the element to which the gradient is applied and then applying the transform specified by the transformation Matrix |
Reference |