Device.DrawPolygon

DrawPolygon(int[], int[], int)

एक बहुभुज बनाता है।

public virtual void DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
पैरामीटरप्रकारविवरण
xPointsInt32[]एक्स अंक के निर्देशांक।
yPointsInt32[]बिंदुओं का Y निर्देशांक।
nPointsInt32अंकों की संख्या।

यह सभी देखें


DrawPolygon(double[], double[], int)

एक बहुभुज बनाता है।

public virtual void DrawPolygon(double[] xPoints, double[] yPoints, int nPoints)
पैरामीटरप्रकारविवरण
xPointsDouble[]एक्स अंक के निर्देशांक।
yPointsDouble[]बिंदुओं का Y निर्देशांक।
nPointsInt32अंकों की संख्या।

यह सभी देखें