C# Class Sakuno.KanColle.Amatsukaze.Services.Browser.BrowserHost

Inheritance: System.Windows.Interop.HwndHost
Show file Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Public Methods

Method Description
BrowserHost ( IntPtr rpHandle ) : Sakuno.SystemInterop

Protected Methods

Method Description
ArrangeOverride ( Size rpFinalSize ) : Size
BuildWindowCore ( HandleRef rpParentHandle ) : HandleRef
DestroyWindowCore ( HandleRef rpHandle ) : void
MeasureOverride ( Size rpConstraint ) : Size

Private Methods

Method Description
ResizeBrowserToFitGame ( ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size rpFinalSize ) : Size
rpFinalSize System.Windows.Size
return System.Windows.Size

BrowserHost() public method

public BrowserHost ( IntPtr rpHandle ) : Sakuno.SystemInterop
rpHandle System.IntPtr
return Sakuno.SystemInterop

BuildWindowCore() protected method

protected BuildWindowCore ( HandleRef rpParentHandle ) : HandleRef
rpParentHandle System.Runtime.InteropServices.HandleRef
return System.Runtime.InteropServices.HandleRef

DestroyWindowCore() protected method

protected DestroyWindowCore ( HandleRef rpHandle ) : void
rpHandle System.Runtime.InteropServices.HandleRef
return void

MeasureOverride() protected method

protected MeasureOverride ( Size rpConstraint ) : Size
rpConstraint System.Windows.Size
return System.Windows.Size