LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Backcolor Property (PerlinCommand)






Gets or sets the background color. .NET support WinRT support
Syntax
public RasterColor Backcolor {get; set;}
'Declaration
 
Public Property Backcolor As RasterColor
'Usage
 
Dim instance As PerlinCommand
Dim value As RasterColor
 
instance.Backcolor = value
 
value = instance.Backcolor
public RasterColor Backcolor {get; set;}
 get_Backcolor();
set_Backcolor(value);
public:
property RasterColor Backcolor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The background color.
Example
Refer to PerlinCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PerlinCommand Class
PerlinCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.