Defines the SVG gradient point type, which specifies the one gradient stop
Namespace: RSSVGTypes
Delphi
|
type
TSVGGradientPoint = TRSGPGradientPoint;
|
Tip
|
Use this type instead of the library-specific type to allow your code to be cross-library (FMX<->VCL) compatible
|
|