LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Outline Property






Gets or sets the outline value. .NET support WinRT support
Syntax
public bool Outline {get; set;}
'Declaration
 
Public Property Outline As Boolean
'Usage
 
Dim instance As SigmaCommand
Dim value As Boolean
 
instance.Outline = value
 
value = instance.Outline
public bool Outline {get; set;}
 get_Outline();
set_Outline(value);
public:
property bool Outline {
   bool get();
   void set (    bool value);
}

Property Value

Whether the middle pixel is included or not.
Example
Refer to SigmaCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SigmaCommand Class
SigmaCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.