ImageGear .NET - Updated October 26, 2017
Method Property (IImGearResample)




ImageGear23.Core Assembly > ImageGear.Display Namespace > IImGearResample Interface : Method Property
Gets or sets a re-sampling method to use.
Syntax
'Declaration
 
Property Method As ImGearResampleModes
 
'Usage
 
Dim instance As IImGearResample
Dim value As ImGearResampleModes
 
instance.Method = value
 
value = instance.Method

Property Value

ImGearResampleModes enumeration value.
Remarks
This mode is applicable for all bit depths if the destination image has a higher resolution than the original one, i.e., when the image is zoomed in.
See Also

Reference

IImGearResample Interface
IImGearResample Members
ImGearResampleModes Enumeration