Méthode | Description | |
---|---|---|
CreateFloatingElement ( Document e ) : FloatingElement | ||
CreateFloatingElement ( string title, DockingStyles docking, object modelInstance, string icon, int priority ) : FloatingElement | ||
CreateFloatingElement ( string title, Point position, |
||
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.
|
public static CreateFloatingElement ( Document e ) : FloatingElement | ||
e | Document | |
Résultat | FloatingElement |
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 |
public static CreateFloatingElement ( string title, Point position, |
||
title | string | |
position | Point | |
size | ||
modelInstance | object | |
Résultat | FloatingElement |
public static CreateFloatingElementWithQrBackside ( Document e, string uri ) : FloatingElement | ||
e | Document | |
uri | string | |
Résultat | FloatingElement |
public static RemoveFloatingElement ( string id ) : void | ||
id | string | |
Résultat | void |