C# Class Managed.D2DShart.ImageViewer.Direct2DSurface

Afficher le fichier Open project: eugeniomiro/Terrarium

Private Properties

Свойство Type Description
InitializeComponent void
LoadBitmap Bitmap
OnImagePathChanged void

Méthodes publiques

Méthode Description
Direct2DSurface ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCleanUpDeviceIndependentResources ( ) : void
OnCleanUpDeviceResources ( ) : void
OnCreateDeviceResources ( WindowRenderTarget renderTarget ) : void
OnRender ( WindowRenderTarget renderTarget ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadBitmap ( string path ) : Bitmap
OnImagePathChanged ( EventArgs e ) : void

Method Details

Direct2DSurface() public méthode

public Direct2DSurface ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnCleanUpDeviceIndependentResources() protected méthode

protected OnCleanUpDeviceIndependentResources ( ) : void
Résultat void

OnCleanUpDeviceResources() protected méthode

protected OnCleanUpDeviceResources ( ) : void
Résultat void

OnCreateDeviceResources() protected méthode

protected OnCreateDeviceResources ( WindowRenderTarget renderTarget ) : void
renderTarget WindowRenderTarget
Résultat void

OnRender() protected méthode

protected OnRender ( WindowRenderTarget renderTarget ) : void
renderTarget WindowRenderTarget
Résultat void