Creates polygon for multi-corner star marker.
Visual Basic (Declaration) | |
---|---|
Public Function CreateStarPolygon( _ ByVal rect As RectangleF, _ ByVal numberOfCorners As Integer _ ) As PointF() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PointF[] CreateStarPolygon( RectangleF rect, int numberOfCorners ) |
Parameters
- rect
- Marker rectangle.
Marker rectangle. - numberOfCorners
- Number of corners (4 and up).
Number of corners (4 and up).
Return Value
Array of points.Array of points.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family