Share via


Graphics.drawBytes

Class Overview | Class Members | This Package | All Packages

Syntax

public void drawBytes( byte data[], int offset**, int** length**, int** x**, int** y )

Parameters
  • data
    the data to be drawn
  • offset
    the start offset in the data
  • length
    the number of bytes that are drawn
  • x
    the x coordinate of the baseline of the text
  • y
    the y coordinate of the baseline of the text
Description

Draws the text given by the specified byte array, using this graphics context's current font and color. The baseline of the first character is at position (xy) in this graphics context's coordinate system.

See Also

drawChars, drawString