Visual Basic: PictureClip Control

GraphicCell Property (PictureClip Control)

See Also   Example   Applies To

A one-dimensional array of pictures representing all of the picture cells. This property is not available at design time and is read-only at run time.

Syntax

[form.]PictureClip.GraphicCell (Index%)

Remarks

  • Use the Rows and Cols properties to divide a picture into a uniform matrix of graphic cells.

  • The cells specified by GraphicCell are indexed, beginning with 0, and increase from left to right and top to bottom.

  • When reading this property, an error is generated when there is no picture or when the Rows or Cols property is set to 0.

Data Type

Integer