Gdi32ExtTextOut Method

Overload List

ExtTextOut(IntPtr, Int32, Int32, ExtTextOutOptions, NativeRectangle, String, UInt32, Int32) Draws text using the currently selected font, background color, and text color.

You can optionally provide dimensions to be used for clipping, opaquing, or both.

ExtTextOut(IntPtr, Int32, Int32, ExtTextOutOptions, Rectangle, String, UInt32, Int32) Draws text using the currently selected font, background color, and text color.

You can optionally provide dimensions to be used for clipping, opaquing, or both.

ExtTextOut(SafeHandle, Int32, Int32, ExtTextOutOptions, NativeRectangle, String, UInt32, Int32) Draws text using the currently selected font, background color, and text color.

You can optionally provide dimensions to be used for clipping, opaquing, or both.

ExtTextOut(SafeHandle, Int32, Int32, ExtTextOutOptions, Rectangle, String, UInt32, Int32) Draws text using the currently selected font, background color, and text color.

You can optionally provide dimensions to be used for clipping, opaquing, or both.

See Also