C# Class D2DTestApp.D2DView

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: filipkunc/GLGraphics Class Usage Examples

Méthodes publiques

Свойство Type Description
_renderTargetType RenderTargetType

Private Properties

Свойство Type Description
InitializeComponent void

Méthodes publiques

Méthode Description
D2DView ( ) : System
InitD2D ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : 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.

Method Details

D2DView() public méthode

public D2DView ( ) : 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

InitD2D() public méthode

public InitD2D ( ) : void
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

_renderTargetType public_oe property

public RenderTargetType _renderTargetType
Résultat RenderTargetType