LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Distribution Property

Show in webframe







Gets or sets a flag that indicates the source of the colors to be added to the image.
Syntax
public GrayScaleToMultitoneCommandDistributionType Distribution {get; set;}
'Declaration
 
Public Property Distribution As GrayScaleToMultitoneCommandDistributionType
'Usage
 
Dim instance As GrayScaleToMultitoneCommand
Dim value As GrayScaleToMultitoneCommandDistributionType
 
instance.Distribution = value
 
value = instance.Distribution
public GrayScaleToMultitoneCommandDistributionType Distribution {get; set;}
@property (nonatomic, assign) LTGrayScaleToMultitoneCommandDistributionType distribution;
public GrayScaleToMultitoneCommandDistributionType getDistribution()
public void setDistribution(GrayScaleToMultitoneCommandDistributionType value)
            
 
get_Distribution();
set_Distribution(value);
Object.defineProperty('Distribution');

Property Value

Value that indicates the source of the colors to be added to the image.
Example
Refer to GrayScaleToMultitoneCommand.
Requirements

Target Platforms

See Also

Reference

GrayScaleToMultitoneCommand Class
GrayScaleToMultitoneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.