C# Class FirstFloor.ModernUI.Windows.DragPopup

Inheritance: System.Windows.Controls.Primitives.Popup, IDisposable
ファイルを表示 Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
DragPopup ( Size size, System.Windows.Media.Brush brush ) : System
UpdatePosition ( ) : void

Private Methods

Method Description
OnRendering ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DragPopup() public method

public DragPopup ( Size size, System.Windows.Media.Brush brush ) : System
size System.Windows.Size
brush System.Windows.Media.Brush
return System

UpdatePosition() public method

public UpdatePosition ( ) : void
return void