Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
AzureCat
Samples
DeviceSimulator
Pentagon
C# Class Microsoft.AzureCat.Samples.DeviceSimulator.Pentagon
Inheritance:
Shape
Mostrar archivo
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