C# Класс csShared.FloatingElements.FloatingHelpers

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateFloatingElement() публичный статический Метод

public static CreateFloatingElement ( Document e ) : FloatingElement
e Document
Результат FloatingElement

CreateFloatingElement() публичный статический Метод

public static CreateFloatingElement ( string title, DockingStyles docking, object modelInstance, string icon, int priority ) : FloatingElement
title string
docking DockingStyles
modelInstance object
icon string
priority int
Результат FloatingElement

CreateFloatingElement() публичный статический Метод

public static CreateFloatingElement ( string title, Point position, Size size, object modelInstance ) : FloatingElement
title string
position Point
size System.Windows.Size
modelInstance object
Результат FloatingElement

CreateFloatingElementWithQrBackside() публичный статический Метод

Creates a floating element with a QR code on the backside
public static CreateFloatingElementWithQrBackside ( Document e, string uri ) : FloatingElement
e Document
uri string
Результат FloatingElement

RemoveFloatingElement() публичный статический Метод

Remove a floating element by id.
public static RemoveFloatingElement ( string id ) : void
id string
Результат void