Clone()

Brush::Clone() method

RTTI information.

virtual SharedPtr<Brush> System::Drawing::Brush::Clone()=0

Return Value

A shared pointer to the copy of the current object.

Remarks

Creates a copy of the current object.

See Also