StyleGrid REALbasic Plugin

StyleGridPicture.Constructor Constructor

Constructs a StyleGridPicture from a given REALbasic picture and sets left and top indents.

Constructor(
   Pic as Picture,
   Left as Integer,
   Top as Integer)

Parameters

Pic
The REALbasic Picture to construct from.
Left
The left location where to draw the picture in the cell.
Top
The top location where to draw the picture in the cell.

Remarks

See Also

StyleGridPicture Class