DRAWTEXTPARAMS (Structures)
Last changed: -65.102.139.226

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]

public struct DRAWTEXTPARAMS

{

    uint cbSize;
    int iTabLength;
    int iLeftMargin;
    int iRightMargin;
    uint uiLengthDrawn;

}

VB Definition:

Structure DRAWTEXTPARAMS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation