Microsoft SDK for Java

drawStringWithoutFxFont

This method of the GraphicsX Class uses a native peer graphics object to draw the given string 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 string.

Syntax

public void drawStringWithoutFxFont(String str,int x, int y, Rectangle optionRect, int options, int[] dx,int[] dy);

Parameters

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.

See Also

com.ms.fx.FxGraphics (Microsoft SDK for AFC)

© 1999 Microsoft Corporation. All rights reserved. Terms of use.