C# 클래스 Microsoft.AzureCat.Samples.AlertClient.Pentagon

상속: Shape
파일 보기 프로젝트 열기: paolosalvatori/servicefabriceventhubdemo

공개 메소드들

메소드 설명
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