예제 #1
0
 public void DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)
 {
 }
예제 #2
0
 public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Drawing.Rectangle clipRectangle)
 {
 }
예제 #3
0
 public System.Drawing.Rectangle DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, Edges edges, EdgeStyle style, EdgeEffects effects)
 {
 }
예제 #4
0
 public System.Drawing.Font GetFont(System.Drawing.IDeviceContext dc, FontProperty prop)
 {
 }
예제 #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)
 {
 }
예제 #6
0
 public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags)
 {
 }
예제 #7
0
 public System.Drawing.Rectangle GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds)
 {
 }
예제 #8
0
파일: Path.cs 프로젝트: sasqwatch/Vanara
 /// <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));
예제 #9
0
 public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, ThemeSizeType type)
 {
 }
예제 #10
0
 public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize, TextFormatFlags flags)
 {
 }
예제 #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)
 {
 }
예제 #12
0
 public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font)
 {
 }
예제 #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)
 {
 }
예제 #14
0
 public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor)
 {
 }
예제 #15
0
 public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw)
 {
 }
예제 #16
0
 public System.Windows.Forms.Padding GetMargins(System.Drawing.IDeviceContext dc, MarginProperty prop)
 {
 }
예제 #17
0
 public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled)
 {
 }
예제 #18
0
 public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags)
 {
 }
예제 #19
0
 public System.Drawing.Rectangle GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)
 {
 }
예제 #20
0
 public TextMetrics GetTextMetrics(System.Drawing.IDeviceContext dc)
 {
 }
예제 #21
0
 public System.Drawing.Region GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)
 {
 }
예제 #22
0
 public HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.IntPtr hRgn, System.Drawing.Point pt, HitTestOptions options)
 {
 }
예제 #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)
 {
 }