Draws the triangle.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim width As Integer
Dim outlineColor As Color
Dim fillColor As Color
Dim centerPoint As Point
Dim graphics As Graphics
DrawingUtility.DrawTriangle(width, outlineColor, fillColor, centerPoint, graphics) |
Parameters
- width
- The width.
- outlineColor
- Color of the outline.
- fillColor
- Color of the fill.
- centerPoint
- The center point.
- graphics
- The graphics.
Requirements
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
See Also