struct
VectorGraphicsPaint
Represents a solid color or a gradient to paint vector path fill or stroke.
Public
Constructors
VectorGraphicsPaint
VectorGraphicsPaint
Methods
GetSolidPaint
Returns information about a solid paint.
Caller must ensure the paint type is Solid before calling.
GetLinearGradientPaint
Returns information about a linear gradient paint.
Caller must ensure the paint type is LinearGradient before calling.
GetBoxGradientPaint
Returns information about a box gradient paint.
Caller must ensure the paint type is BoxGradient before calling.
GetRadialGradientPaint
Returns information about a radial gradient paint.
Caller must ensure the paint type is RadialGradient before calling.
staticCreateSolid
Creates a paint with a solid color covering the entire painted area.
staticCreateLinearGradient
Creates a paint with one color at one edge, and another at the other edge, interpolated between on a line.
staticCreateBoxGradient
Creates a paint with on color at the center of a box, and another color at the edges/corners of the box.
staticCreateRadialGradient
Creates a paint with on color at the center of a circle, and another color at the radius of the circle.