Search Results for

    Show / Hide Table of Contents

    Class LabelControl

    Label control factory

    Inheritance
    System.Object
    UIControl
    LabelControl
    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 class LabelControl : UIControl

    Methods

    | Improve this Doc View Source

    Render(Canvas, EPLFormular, EPLCommand, Tuple<Double, Double>, Int32, Int32)

    Render the control on a canvas

    Declaration
    public override void Render(Canvas canvas, EPLFormular formular, EPLCommand command, Tuple<double, double> relative, 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> relative

    Relative position

    System.Int32 dpiX
    System.Int32 dpiY
    Overrides
    UIControl.Render(Canvas, EPLFormular, EPLCommand, Tuple<Double, Double>, Int32, Int32)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx