Sets the resolution for this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public void SetResolution( float xDpi, float yDpi ) |
Visual Basic (Declaration) |
---|
Public Sub SetResolution ( _ xDpi As Single, _ yDpi As Single _ ) |
Visual C++ |
---|
public: void SetResolution( float xDpi, float yDpi ) |
Parameters
- xDpi
- Type: System..::.Single
The horizontal resolution, in dots per inch, of this FreeImageBitmap.
- yDpi
- Type: System..::.Single
The vertical resolution, in dots per inch, of this FreeImageBitmap.