System::Drawing::Brush::Clone method

Brush::Clone method

RTTI information.

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

ReturnValue

A shared pointer to the copy of the current object.

Remarks

Creates a copy of the current object.

See Also