Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static int GetCharWidthFloat( IntPtr hdc, int iFirstChar, int iLastChar, ref float pxBuffer ) |
| Visual Basic |
|---|
Public Shared Function GetCharWidthFloat ( _ hdc As IntPtr, _ iFirstChar As Integer, _ iLastChar As Integer, _ ByRef pxBuffer As Single _ ) As Integer |
| Visual C++ |
|---|
public: static int GetCharWidthFloat( IntPtr hdc, int iFirstChar, int iLastChar, float% pxBuffer ) |
Parameters
- hdc
- Type: System..::..IntPtr
- iFirstChar
- Type: System..::..Int32
- iLastChar
- Type: System..::..Int32
- pxBuffer
- Type: System..::..Single%