C# Class Mojo.Wpf.View.D3D11RenderingPaneHost

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: Rhoana/Mojo

Public Methods

Method Description
D3D11RenderingPaneHost ( ) : System.Windows.Forms
GetAutoScaleFactor ( ) : System.Drawing.SizeF

Protected Methods

Method Description
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

D3D11RenderingPaneHost() public method

public D3D11RenderingPaneHost ( ) : System.Windows.Forms
return System.Windows.Forms

GetAutoScaleFactor() public method

public GetAutoScaleFactor ( ) : System.Drawing.SizeF
return System.Drawing.SizeF

OnMouseClick() protected method

protected OnMouseClick ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

OnMouseDoubleClick() protected method

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void