←Select platform

Size Property

Summary

Gets or sets the size of the neighborhood used to determine the width of the outlines.

Syntax

C#
VB
WinRT C#
C++
public int Size { get; set; } 
  
Public Property Size As Integer 
public int Size {get; set;} 
  
get_Size(); 
set_Size(value); 
Object.defineProperty('Size');  
public: 
property int Size { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the size of the neighborhood used to determine the width of the outlines. Default value is 5.

Example

Refer to ColoredPencilExtendedCommand example.

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