FreeImage.NET Class Library Reference
FreeImageBitmapCreateNewPropertyItem Method |
Returns a new instance of the PropertyItem class which
has no public accessible constructor.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static PropertyItem CreateNewPropertyItem()
Return Value
Type: PropertyItemA new instace of PropertyItem.
See Also