Esempio n. 1
0
 public void DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)
 {
 }
Esempio n. 2
0
 public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Drawing.Rectangle clipRectangle)
 {
 }
Esempio n. 3
0
 public System.Drawing.Rectangle DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, Edges edges, EdgeStyle style, EdgeEffects effects)
 {
 }
Esempio n. 4
0
 public System.Drawing.Font GetFont(System.Drawing.IDeviceContext dc, FontProperty prop)
 {
 }
Esempio n. 5
0
 public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, TextFormatFlags flags)
 {
 }
Esempio n. 6
0
 public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags)
 {
 }
Esempio n. 7
0
 public System.Drawing.Rectangle GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds)
 {
 }
Esempio n. 8
0
 /// <summary>
 /// Truncates a file path to fit within a given pixel width by replacing path components with ellipses.
 /// </summary>
 /// <param name="path">The file or directory to compact.</param>
 /// <param name="pixelWidth">The width, in pixels, in which the string must fit.</param>
 /// <param name="dc">A device context used for font metrics. This value can be <see langword="null"/>.</param>
 /// <returns>The modified string.</returns>
 public static string Compact(string path, int pixelWidth, System.Drawing.IDeviceContext dc) => SBAllocCallRet((s, sz) => PathCompactPath(dc?.GetHdc() ?? default, s, (uint)pixelWidth), path, (uint)(path?.Length + 1 ?? MAX_PATH));
Esempio n. 9
0
 public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, ThemeSizeType type)
 {
 }
Esempio n. 10
0
 public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize, TextFormatFlags flags)
 {
 }
Esempio n. 11
0
 public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor)
 {
 }
Esempio n. 12
0
 public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font)
 {
 }
Esempio n. 13
0
 public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor, TextFormatFlags flags)
 {
 }
Esempio n. 14
0
 public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor)
 {
 }
Esempio n. 15
0
 public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw)
 {
 }
Esempio n. 16
0
 public System.Windows.Forms.Padding GetMargins(System.Drawing.IDeviceContext dc, MarginProperty prop)
 {
 }
Esempio n. 17
0
 public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled)
 {
 }
Esempio n. 18
0
 public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags)
 {
 }
Esempio n. 19
0
 public System.Drawing.Rectangle GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)
 {
 }
Esempio n. 20
0
 public TextMetrics GetTextMetrics(System.Drawing.IDeviceContext dc)
 {
 }
Esempio n. 21
0
 public System.Drawing.Region GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)
 {
 }
Esempio n. 22
0
 public HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.IntPtr hRgn, System.Drawing.Point pt, HitTestOptions options)
 {
 }
Esempio n. 23
0
 public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, ThemeSizeType type)
 {
 }
 public static void DrawStringDisabled(System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Rectangle layoutRectangle, TextFormatFlags format)
 {
 }