DRAWTEXTPARAMS (Structures)
Last changed: -65.102.139.226

.
Summary

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct DRAWTEXTPARAMS
{
    public uint cbSize;
    public int iTabLength;
    public int iLeftMargin;
    public int iRightMargin;
    public uint uiLengthDrawn;
}

VB Definition:

Structure DRAWTEXTPARAMS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation