←Select platform

BackGroundColor Property

Summary

Gets or sets the background color for any exposed areas.

Syntax
C#
VB
C++
public RasterColor BackGroundColor { get; set; } 
Public Property BackGroundColor As RasterColor 
public: 
property RasterColor BackGroundColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The background color.

Example

Refer to HalfTonePatternCommand example.

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