Microsoft SDK for Java

GraphicsX Class Methods

The GraphicsX Class contains the following methods:

drawCharsWithoutFxFont uses a native peer graphics object to draw the given character array using the supplied advancement lists.
drawNativeEdge draws one or more edges of rectangle.
drawNativeFocusRect draws a focus rectangle that indicates that a specified control has the input focus.
drawOutlinePolygon draws an outline polygon.
drawPixels draws a given list of pixels.
drawScanLines draws fast lines, either horizontally or vertically.
drawStringWithoutFxFont uses a native peer graphics object to draw the given string using the supplied advancement lists.
getDevice retrieves an an instance of a device class that the graphics object draws on.
gethdc retrieves the Win32 display context handle.
getTranslation retrieves the origin Point used in a translate operation on a graphics context, after the translation is complete.
setTextBackgroundColor sets the text background color.

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