LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Border Property

Show in webframe







Gets or sets the value that indicates the border width, in pixels.
Syntax
public int Border {get; set;}
'Declaration
 
Public Property Border As Integer
'Usage
 
Dim instance As RomanMosaicCommand
Dim value As Integer
 
instance.Border = value
 
value = instance.Border
public int Border {get; set;}

            

            
 
get_Border();
set_Border(value);
Object.defineProperty('Border');
public:
property int Border {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the border width, in pixels. The valid range is from 1 to 15.
Example
Refer to RomanMosaicCommand example.
Requirements

Target Platforms

See Also

Reference

RomanMosaicCommand Class
RomanMosaicCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.