Method function IGDIPlus.TGPGraphics.GetDriverStringBoundingBoxF(PUINT16;Integer;IGPFont;PGPPointF;Integer;IGPMatrix) : TGPRectF

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: TGPGraphics

Contents

Syntax

Delphi:

function GetDriverStringBoundingBoxF( text : PUINT16, length : Integer, font : IGPFont, positions : PGPPointF, flags : Integer, matrix : IGPMatrix ) : TGPRectF;

C++ Builder:

TGPRectF __fastcall GetDriverStringBoundingBoxF( PUINT16 text, int length, IGPFont font, PGPPointF positions, int flags, IGPMatrix matrix );

Visual C++ (MFC):

CTGPRectF GetDriverStringBoundingBoxF( PUINT16 text, int length, IGPFont font, PGPPointF positions, int flags, IGPMatrix matrix );

Summary

Returns the the bounding box for the specified characters and their corresponding positions.

Description

Call this method to get the bounding box for the specified characters and their corresponding positions.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox