This method of the GraphicsX Class uses a native peer graphics object to draw the given character array using the supplied advancement lists. This method is used by a com.ms.fx.FxFont object if it needs to be able to draw and then process a character array.
public void drawCharsWithoutFxFont(char data[], int offset, int length, int x, int y, Rectangle optionRect, int options, int dx[], intdy[]);
str | The string to draw. |
x | The x-coordinate of the point where the string is drawn. |
y | The y-coordinate of the point where the string is drawn. |
optionRect | The optional rectangle used for clipping and opaquing. |
options | The options for this method. |
dx | An array of destination x values. |
dy | An array of destination y values. |
com.ms.fx.FxGraphics (Microsoft SDK for AFC)