System::Drawing::Image::GetPropertyItem method

Image::GetPropertyItem method

Gets the property item with the specified ID from this image.

SharedPtr<Imaging::PropertyItem> System::Drawing::Image::GetPropertyItem(int propid) const
ParameterTypeDescription
propidintThe ID of the property item to get.

ReturnValue

The PropertyItem with the specified ID.

See Also