←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly