←Select platform

Outline Property

Summary

Gets or sets the outline value.

Syntax

C#
VB
WinRT C#
C++
public bool Outline { get; set; } 
Public Property Outline As Boolean 
public bool Outline {get; set;} 
 <br/>get_Outline();<br/>set_Outline(value);<br/>Object.defineProperty('Outline');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly