Sets the pattern that is displayed in that portion of the ImageKit control not covered by an image. You can see this pattern most clearly before you load an image

[C++Builder]   imagekitcontrolname->InvalidHatchPattern [= TVIkInvalidHatch ]
[Delphi]   imagekitcontrolname.InvalidHatchPattern [= TVIkInvalidHatch ]

[TVIkInvalidHatch Type]

Unit
     ImageKit

type
     TVIkInvalidHatch = (vikNonHatch, vikShowHatch, vikTransparentHatch);

Property Value

Value Explanation
vikNonHatch Does not display the hatch pattern, instead, the color set in the Color property is used.
vikShowHatch Displays the hatch pattern.
vikTransparentHatch Does not display the hatch pattern, instead, the area is set to transparent. (Enabled when the image is displayed in scale display mode.)

Explanation

This is the pattern that is displayed in that portion of the ImageKit control not covered by an image. You can see this pattern most clearly before you load an image. The default value is ikShowHatch. When the InvallidHatchPattern property is set to ikShowHatch, the hatch pattern is displayed in the color set in the InvalidHatchColor property.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikNonHatch, ikShowHatch, and ikTransparentHatch

 

The ImageKit10 VCL is a product created by Newtone Corporation