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

Inheritance: Shape
Exibir arquivo Open project: paolosalvatori/servicefabriceventhubdemo

Public Methods

Method Description
RenderObject ( Graphics g ) : void

Draws a pentagon. Note that the pentagon is drawn about the origin.

Method Details

RenderObject() public method

Draws a pentagon. Note that the pentagon is drawn about the origin.
public RenderObject ( Graphics g ) : void
g System.Drawing.Graphics The graphics to draw on.
return void