• 1.摘要
  • 2.函数原型
  • 3.函数声明
  • 3.1.VB - SDK
  • 3.2.C# - SDK
  • 3.3.C++ - SDK
  • 3.4.F# - SDK
  • 3.5.易语言
  • 4.函数说明
  • 5.相关应用

GdipMeasureString

GdipMeasureString

GdipMeasureString是计算机函数类型。

函数原型

GpStatus WINGDIPAPI GdipMeasureString(

GpGraphics *graphics,

GDIPCONST WCHAR *string,

INT length,

GDIPCONST GpFont *font,

GDIPCONST RectF *layoutRect,

GDIPCONST GpStringFormat *stringFormat,

RectF *boundingBox,

INT *codepointsFitted,

INT *linesFilled

)

函数声明

VB - SDK

'Declaration

Public Function MeasureString ( _

text As String, _

font As Font, _

origin As PointF, _