C# Class csShared.FloatingElements.FloatingHelpers

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
CreateFloatingElement ( Document e ) : FloatingElement
CreateFloatingElement ( string title, DockingStyles docking, object modelInstance, string icon, int priority ) : FloatingElement
CreateFloatingElement ( string title, Point position, Size size, object modelInstance ) : FloatingElement
CreateFloatingElementWithQrBackside ( Document e, string uri ) : FloatingElement

Creates a floating element with a QR code on the backside

RemoveFloatingElement ( string id ) : void

Remove a floating element by id.

Method Details

CreateFloatingElement() public static méthode

public static CreateFloatingElement ( Document e ) : FloatingElement
e Document
Résultat FloatingElement

CreateFloatingElement() public static méthode

public static CreateFloatingElement ( string title, DockingStyles docking, object modelInstance, string icon, int priority ) : FloatingElement
title string
docking DockingStyles
modelInstance object
icon string
priority int
Résultat FloatingElement

CreateFloatingElement() public static méthode

public static CreateFloatingElement ( string title, Point position, Size size, object modelInstance ) : FloatingElement
title string
position Point
size System.Windows.Size
modelInstance object
Résultat FloatingElement

CreateFloatingElementWithQrBackside() public static méthode

Creates a floating element with a QR code on the backside
public static CreateFloatingElementWithQrBackside ( Document e, string uri ) : FloatingElement
e Document
uri string
Résultat FloatingElement

RemoveFloatingElement() public static méthode

Remove a floating element by id.
public static RemoveFloatingElement ( string id ) : void
id string
Résultat void