Class UIControl
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.EPLEditor
Assembly: Simplic.EPLEditor.dll
Syntax
public abstract class UIControl
Methods
| Improve this Doc View SourceRender(Canvas, EPLFormular, EPLCommand, Tuple<Double, Double>, Int32, Int32)
Render the control on a canvas
Declaration
public abstract void Render(Canvas canvas, EPLFormular formular, EPLCommand command, Tuple<double, double> fixPoint, int dpiX, int dpiY)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Canvas | canvas | Canvas formular |
EPLFormular | formular | Formular |
EPLCommand | command | Command instance |
System.Tuple<System.Double, System.Double> | fixPoint | Relative position |
System.Int32 | dpiX | |
System.Int32 | dpiY |