←Select platform

Outline Property

Summary

Gets or sets the outline value.

Syntax
C#
VB
C++
public bool Outline { get; set; } 
Public Property Outline As Boolean 
public: 
property bool Outline { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Whether the middle pixel is included or not.

Example

Refer to SigmaCommand.

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