C# Class Microsoft.AzureCat.Samples.AlertClient.Picture

Inheritance: Shape
Exibir arquivo Open project: paolosalvatori/servicefabriceventhubdemo Class Usage Examples

Public Methods

Method Description
Picture ( Bitmap bitmap ) : System
RenderObject ( Graphics g ) : void

Draws a bitmap.

Method Details

Picture() public method

public Picture ( Bitmap bitmap ) : System
bitmap System.Drawing.Bitmap
return System

RenderObject() public method

Draws a bitmap.
public RenderObject ( Graphics g ) : void
g System.Drawing.Graphics The graphics to draw on.
return void