C# 클래스 csShared.FloatingElements.FloatingHelpers

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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