←Select platform

DitherType Property

Summary

(Read only) Gets the value that determine the type of the dither in the image.

Syntax
C#
VB
Objective-C
C++
Java
public DitheringType DitherType { get; } 
Public ReadOnly Property DitherType As DitheringType 
@property (nonatomic, assign, readonly) LTDitheringType ditherType 
public DitheringType getDitherType() 
public: 
property DitheringType DitherType { 
   DitheringType get(); 
} 

Property Value

DitheringType enumeration that determine the type of the dither in the image.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly