Desktop Functions: Smart Device Functions:
|
Search Results for "Ellipse" in [All]shlwapi
''' Truncates a path to fit within a certain number of characters by replacing path components with ellipses.
''' Truncates a path to fit within a certain number of characters by replacing path components with ellipses. gdiplus
static extern int GdipAddPathEllipseI(HandleRef path, int x, int y,
Declare Function GdipAddPathEllipseI Lib "gdiplus.dll" (TODO) As TODO gdi324: Chord 5: Ellipse
static extern bool Ellipse(IntPtr hdc, int nLeftRect, int nTopRect,
Private Shared Function Ellipse(hdc As IntPtr, nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer) As Boolean Constants6: EMR_
EMR_ELLIPSE = 42, |