←Select platform

EdgeColor Property

Summary

Gets or sets the edge color.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor EdgeColor { get; set; } 
Public Property EdgeColor As RasterColor 
@property (nonatomic, copy) LTRasterColor *edgeColor 
public RasterColor getEdgeColor() 
public void setEdgeColor(RasterColor value) 
public: 
property RasterColor EdgeColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Edge color.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly