Class DrawingUtils
Presents static class for drawing process purpose.
Inheritance
System.Object
DrawingUtils
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public static class DrawingUtils : Object
Methods
PrepareFake(FrameworkElement, Border)
Prepares the fake.
Declaration
public static void PrepareFake(FrameworkElement mainElement, Border fake)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | mainElement | The main element. |
System.Windows.Controls.Border | fake | The fake border. |
PrepareFake(UIElement)
Prepares the fake.
Declaration
public static DrawingBrush PrepareFake(UIElement mainElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | mainElement | The main element. |
Returns
Type | Description |
---|---|
System.Windows.Media.DrawingBrush | Drawing brush from drawing group. |