ImageGear .NET v24.12 - Updated
HighResolution Field




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearMosaicShadowParams Class : HighResolution Field
If this parameter is true then shadow effect is calculated using two neighbor pixels. This decreases 3D effect but gives the image more contrast. If false, three pixels are used for shadow effect.
Syntax
'Declaration
 
Public HighResolution As Boolean
'Usage
 
Dim instance As ImGearMosaicShadowParams
Dim value As Boolean
 
value = instance.HighResolution
 
instance.HighResolution = value
public bool HighResolution
public: bool HighResolution
public:
bool HighResolution

Field Value

Boolean value.
Remarks
If this parameter is true, then the shadow effect is calculated using two neighbor pixels. This decreases the 3D effect, but gives the image more contrast. If this parameter is false, three pixels are used for the shadow effect.
See Also

Reference

ImGearMosaicShadowParams Class
ImGearMosaicShadowParams Members