ImageGear .NET - Updated October 2, 2018
Method Property (IImGearAntiAlias)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearAntiAlias Interface : Method Property
Gets or sets an image anti-aliasing method to use.
Syntax
'Declaration
 
Property Method As ImGearAliasModes
 
'Usage
 
Dim instance As IImGearAntiAlias
Dim value As ImGearAliasModes
 
instance.Method = value
 
value = instance.Method

Property Value

ImGearAliasModes enumeration value.
Remarks
This mode is applicable only if a 1-bit-per-pixel image is to be drawn and if the destination image has a lower resolution than the original one.
See Also

Reference

IImGearAntiAlias Interface
IImGearAntiAlias Members
ImGearAliasModes Enumeration