LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PenWidth Property

Show in webframe







Gets or sets a value that indicates the width of the pen used to draw tile boundaries, in logical units.
Syntax
public int PenWidth {get; set;}
'Declaration
 
Public Property PenWidth As Integer
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As Integer
 
instance.PenWidth = value
 
value = instance.PenWidth
public int PenWidth {get; set;}

            

            
 
get_PenWidth();
set_PenWidth(value);
Object.defineProperty('PenWidth');
public:
property int PenWidth {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the width of the pen used to draw tile boundaries, in logical units. Possible values range from 1 to 15. The pen uses the color stored in the BorderColor property.
Example
Refer to MosaicTilesCommand example.
Requirements

Target Platforms

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


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