GetPropertyItem()

Image::GetPropertyItem(int) const method

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

SharedPtr<Imaging::PropertyItem> System::Drawing::Image::GetPropertyItem(int propid) const

Arguments

ParameterTypeDescription
propidintThe ID of the property item to get.

Return Value

The PropertyItem with the specified ID.

See Also