Class TelerikPaintHelper
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class TelerikPaintHelper
Constructors
TelerikPaintHelper()
Declaration
public TelerikPaintHelper()
Methods
CopyImageFromGraphics(Graphics, Bitmap)
Declaration
public static void CopyImageFromGraphics(Graphics graphics, Bitmap destinationImage)
Parameters
System.
|
System.
|
CreateHalftoneBrush()
Declaration
public static IntPtr CreateHalftoneBrush()
Returns
System.
|
DrawGlowingText(Graphics, String, Font, Rectangle, Color, TextFormatFlags)
Declaration
public static void DrawGlowingText(Graphics graphics, string text, Font font, Rectangle bounds, Color color, TextFormatFlags flags)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
DrawHalftoneLine(Rectangle)
Declaration
public static void DrawHalftoneLine(Rectangle rectangle1)
Parameters
System.
|
DrawHalftoneLine(IntPtr, Rectangle, Control)
Declaration
public static void DrawHalftoneLine(IntPtr windowHandle, Rectangle rectangle1, Control managedBase)
Parameters
System.
|
System.
|
System.
|
DrawHalftoneLine(Control, Rectangle)
Declaration
public static void DrawHalftoneLine(Control canvasControl, Rectangle rectangle1)
Parameters
System.
|
System.
|
GenerateControlSnapshot(Control)
Generates a bitmap from System.
Declaration
public static Bitmap GenerateControlSnapshot(Control control)
Parameters
System.
|
Returns
System.
|
GenerateSnapShotWithBitBlt(Control)
Generates a bitmap from System.
Declaration
public static Bitmap GenerateSnapShotWithBitBlt(Control control)
Parameters
System.
|
Returns
System.
|
IsCompositionEnabled()
Declaration
public static bool IsCompositionEnabled()
Returns
System.
|
Mix(Color, Color)
Creates a solid color form a solid background and a semitransparent top color.
Declaration
public static Color Mix(Color background, Color top)
Parameters
System. The background color. Will be treated as a solid color(the Alpha/Opacity) is not respected. |
System. The top color with opacity. |
Returns
System.
|