FIURational Explicit Conversion (FIURational to Int32)

FreeImage.NET

FIURational  Conversion (FIURational to Int32)
Converts the value of a FIURational structure to an Int32 structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static explicit operator int (
	FIURational value
)

Parameters

value
Type: FreeImageAPIFIURational
A FIURational structure.

Return Value

Type: Int32
A new instance of Int32 initialized to value.
See Also