PlateDIB Object

PlateDIB object

Remarks

A PlateDIB object contains a Windows device-independent bitmap (DIB) into which you can render the plate image. Once rendered, the DIB can be used to paint the image into any device context including Picture controls in Visual Basic, etc. You cannot directly create a PlateDIB object, it is returned by the Plate.NewPlateDIB() method. This object provides a convenient way to display or print images attached to the parent Plate in Window device contexts. See the sample program included with PinPoint for a sample of usage.