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

PenWidth Property






Gets or sets a value that indicates the width of the pen used to draw tile boundaries, in logical units. .NET support
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);
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: 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

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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