 | ControlHelperPaintTriangle 方法 (Graphics, Brush, PointF, Int32, GraphDirection) |
Sweet 开发框架
Paints the triangle.
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void PaintTriangle(
Graphics g,
Brush brush,
PointF point,
int size,
GraphDirection direction
)
Public Shared Sub PaintTriangle (
g As Graphics,
brush As Brush,
point As PointF,
size As Integer,
direction As GraphDirection
)
static member PaintTriangle :
g : Graphics *
brush : Brush *
point : PointF *
size : int *
direction : GraphDirection -> unit
参数
- g
- 类型:System.DrawingGraphics
The g. - brush
- 类型:System.DrawingBrush
The brush. - point
- 类型:System.DrawingPointF
The point. - size
- 类型:SystemInt32
The size. - direction
- 类型:SweetUI.FactoryGraphDirection
The direction.
参见