C# Класс Microsoft.AzureCat.Samples.AlertClient.Pentagon

Наследование: Shape
Показать файл Открыть проект

Открытые методы

Метод Описание
RenderObject ( Graphics g ) : void

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

Описание методов

RenderObject() публичный Метод

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.
Результат void