←Select platform

PitsColor Property

Summary

Gets or sets a value that represents the color of the pits.

Syntax

C#
VB
WinRT C#
C++
public RasterColor PitsColor { get; set; } 
  
Public Property PitsColor As Leadtools.RasterColor 
public Leadtools.RasterColor PitsColor {get; set;} 
  
get_PitsColor(); 
set_PitsColor(value); 
Object.defineProperty('PitsColor');  
public: 
property Leadtools.RasterColor PitsColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

Represents the color of the pits.

Example

Refer to AgingCommand.

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.SpecialEffects Assembly