FillData::FillData

FillData::FillData
FillData(FillType type = Fill_VColor);
FillData(UInt32 color);
FillData(Image* p, ImageFillMode fm = ImageFillMode());
FillData(GradientData* p);
Description

FillData constructor.

Parameters
Parameters 
Description 
FillType type = Fill_VColor 
The type of the fill. 
UInt32 color 
The solid color used for the fill shapes. 
Image* p 
Pointer to the image used in the fill style. 
Image* p 
Pointer to GradientData for gradient filled shapes. 
ImageFillMode fm = ImageFillMode() 
The fill style applied to the fill.