FreeImageBitmap.CreateNewPropertyItem Method

FreeImage.NET

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: PropertyItem
A new instace of PropertyItem.
See Also