ImageGear .NET v25.1 - Updated
Method Property (IImGearResample)




ImageGear.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
ImGearResampleModes Method {get; set;}
__property ImGearResampleModes get_Method();
__property void set_Method( 
   ImGearResampleModes value
);
property ImGearResampleModes Method {
   ImGearResampleModes get();
   void set (    ImGearResampleModes value);
}

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