←Select platform

ForeGroundColor Property

Summary

Gets or sets the foreground color for any exposed areas.

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

Property Value

The foreground 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