DataGrid REALbasic Plugin |
|
DataGridPicture.Constructor Constructor
Constructs a DataGridPicture 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
DataGridPicture Class