Gets the specified property item from this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public PropertyItem GetPropertyItem( int propid ) |
Visual Basic (Declaration) |
---|
Public Function GetPropertyItem ( _ propid As Integer _ ) As PropertyItem |
Visual C++ |
---|
public: PropertyItem^ GetPropertyItem( int propid ) |
Parameters
- propid
- Type: System..::.Int32
The ID of the property item to get.