This property selects the pen used by the image-editing toolbar

[C++Builder]   imagekitcontrolname->Edit->PenSize [ = TVIkPenSize ]
[Delphi]   imagekitcontrolname.Edit.PenSize [ = TVIkPenSize ]

[TVIkPenSize Type]

Unit
     IkInit

type
     TVIkPenSize = (vikPenSize1, vikPenSize2, vikPenSize3, vikPenSize4, vikPenSize5);

Property Value

Value Explanation
vikPenSize1 Pen1 (PenSize1)
vikPenSize2 Pen2 (PenSize2)
vikPenSize3 Pen3 (PenSize3)
vikPenSize4 Pen4 (PenSize4)
vikPenSize5 Pen5 (PenSize5)

Explanation

The PenSize property selects the pen used by the image-editing toolbar. This property is used to change the pen by code, i.e. when the PenSize property is vikPenSize1, the size set in the PenSize1 property is used.

Note: If a Pen object on the image-editing toolbar is selected, that size is used.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit 7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikPenSize1, ikPenSize2, ikPenSize3, ikPenSize4, ikPenSize5.

 

The ImageKit10 VCL is a product created by Newtone Corporation