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. Constants3: EMR_
EMR_ELLIPSE = 42, 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 gdiplus |