Method function IGDIPlus.IGPGraphics.DrawDriverString(PUINT16;Integer;IGPFont;IGPBrush;PGPPointF;Integer;IGPMatrix) : TGPGraphics

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPGraphics

Contents

Syntax

Delphi:

function DrawDriverString( text : PUINT16, length : Integer, font : IGPFont, brush : IGPBrush, positions : PGPPointF, flags : Integer, matrix : IGPMatrix ) : TGPGraphics;

C++ Builder:

TGPGraphics __fastcall DrawDriverString( PUINT16 text, int length, IGPFont font, IGPBrush brush, PGPPointF positions, int flags, IGPMatrix matrix );

Visual C++ (MFC):

DrawDriverString(  text,  length,  font,  brush,  positions,  flags,  matrix );

Summary

Draws characters at the specified positions.

Description

Call this method to draw characters at the specified positions. The method gives the client complete control over the appearance of text. The method assumes that the client has already set up the format and layout to be applied. Remarks This method does not support the handling of complex scripts and assumes that the client has set up all text layout in some other way. This method is useful for creating owner-drawn menu items. The client should use the TGPGraphics.DrawString Methods method for general purposes.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox