System::Drawing::Imaging::ImageAttributes::Clone method

ImageAttributes::Clone method

Creates a copy of the current object.

SharedPtr<ImageAttributes> System::Drawing::Imaging::ImageAttributes::Clone()

ReturnValue

An ImageAttributes object which is an exact copy of the current object.

See Also