ClearBrush Statement:
Clear brush data. Cancel the brush created with SetBrush
Sample: object.ClearBrush
ClearBrush method should be used when you want to cancel SetBrush call. It’s
possible to use either gradient or brush image fill type. Brush fill has a
higher priority. Thus by calling ClearBrush, you can use gradient fill if you
called SetGradient before.
See also
SetBrush,
ClearBrush, SetGradient, ClearGradient
More samples:
Brush
Circle,
Arc, Ellipse,
Brush, Polygon,
Pie
Gradient
Arc,
Besier, Circle,
Ellipse,
Gradient, Pie,
Polygon,
Rectangle, Unclosed
polygon
|
|