Method | Description | |
---|---|---|
PopupNotification ( OverlayNotification notification ) : void | ||
SetAlignment ( HorizontalAlignment h, VerticalAlignment v ) : void | ||
SetCrosshairState ( bool visible, int x, int y ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
WMOverlay ( ) : System |
public PopupNotification ( OverlayNotification notification ) : void | ||
notification | OverlayNotification | |
return | void |
public SetAlignment ( HorizontalAlignment h, VerticalAlignment v ) : void | ||
h | HorizontalAlignment | |
v | VerticalAlignment | |
return | void |
public SetCrosshairState ( bool visible, int x, int y ) : void | ||
visible | bool | |
x | int | |
y | int | |
return | void |