Leadtools Namespace > RasterDefaults Class : DitheringMethod Property |
public static RasterDitheringMethod DitheringMethod {get; set;}
'Declaration Public Shared Property DitheringMethod As RasterDitheringMethod
'Usage Dim value As RasterDitheringMethod RasterDefaults.DitheringMethod = value value = RasterDefaults.DitheringMethod
public static RasterDitheringMethod DitheringMethod {get; set;}
+(LTRasterDitheringMethod)ditheringMethod; +(void)ditheringMethod:(LTRasterDitheringMethod)value;
get_DitheringMethod();
set_DitheringMethod(value);
Object.defineProperty('DitheringMethod');
public: static property RasterDitheringMethod DitheringMethod { RasterDitheringMethod get(); void set ( RasterDitheringMethod value); }