Method function IGDIPlus.IGPStringFormat.GetTabStops(Single) : TGPSingleArray

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

Contents

Syntax

Delphi:

function GetTabStops( initialTabOffset : Single ) : TGPSingleArray;

C++ Builder:

TGPSingleArray __fastcall GetTabStops( float initialTabOffset );

Visual C++ (MFC):

GetTabStops(  initialTabOffset );

Summary

Returns the offsets of the tab stops in the TGPStringFormat object.

Description

Call this method to get the offsets of the tab stops in the TGPStringFormat object. Remarks Each tab-stop offset in the tabStops array, except the first one, is relative to the previous one. The first tab-stop offset is relative to the initial offset position indicated by firstTabOffset. For example, if the initial offset position is 8 and the first tab-stop offset is 50, then the first tab stop is at position 58. If the initial offset position is zero, then the first tab-stop offset is relative to position 0, the string origin.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox