| Package | Description |
|---|---|
| crossmobile.ios.coregraphics |
| Modifier and Type | Method and Description |
|---|---|
void |
CGContext.drawLinearGradient(CGGradient gradient,
CGPoint startPoint,
CGPoint endPoint,
int CGGradientDrawingOptions)
Draws linear gradient for the specified area of this graphics context.
|
void |
CGContext.drawRadialGradient(CGGradient gradient,
CGPoint startCenter,
double startRadius,
CGPoint endCenter,
double endRadius,
int CGGradientDrawingOptions)
Draws a radial gradient for the specified area of defined by the given
circles this graphics context.
|
Copyright © 2020. All rights reserved.