←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly