←Select platform

FillColor Property

Summary

Gets or sets the value that indicates the RasterColor value that specifies the fill color for any exposed areas.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterColor FillColor { get; set; } 
Public Property FillColor As Leadtools.RasterColor 
public Leadtools.RasterColor FillColor {get; set;} 
@property (nonatomic, copy) LTRasterColor *fillColor 
public RasterColor getFillColor() 
public void setFillColor(RasterColor value) 
             
 <br/>get_FillColor();<br/>set_FillColor(value);<br/>Object.defineProperty('FillColor');  
public: 
property Leadtools.RasterColor FillColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

Value that indicates the RasterColor value that specifies the fill color for any exposed areas.

Example

Refer to DisplacementCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly