←Select platform

PenWidth Property

Summary
Gets or sets a value that indicates the width of the pen used to draw tile boundaries, in logical units.
Syntax
C#
VB
C++
public int PenWidth { get; set; } 
  
Public Property PenWidth As Integer 
public: 
property int PenWidth { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.