←Select platform

FillColor Property

Summary

Gets or sets the background color.

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

Property Value

The background color.

Example

Refer to PerspectiveCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly