Image.GetPropertyItem

Image.GetPropertyItem method

Gets the specified property item from this Image.

public abstract PropertyItem GetPropertyItem(int propid)
ParameterTypeDescription
propidInt32The ID of the property item to get.

Return Value

The PropertyItem this method gets.

See Also