←Select platform

DitheringMethod Property

Summary

Gets or sets the default dithering method, referenced by some internal LEADTOOLS methods.

Syntax
C#
VB
Objective-C
C++
Java
public RasterDitheringMethod DitheringMethod { get; set; } 
Public Property DitheringMethod As RasterDitheringMethod 
@property (nonatomic, assign) LTRasterDitheringMethod ditheringMethod 
public RasterDitheringMethod getDitheringMethod() 
public void setDitheringMethod(RasterDitheringMethod value) 
public: 
property RasterDitheringMethod DitheringMethod { 
   RasterDitheringMethod get(); 
   void set (    RasterDitheringMethod ); 
} 

Property Value

The default dithering method used.

Example

For an example, refer to StartDithering.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly