点击或拖拽改变大小

RGraphicsDrawPolygon 方法

Fills the interior of a polygon defined by an array of points specified by Point structures.

命名空间:  DSkin.Html.Adapters
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public abstract void DrawPolygon(
	RBrush brush,
	RPoint[] points
)

参数

brush
类型:DSkin.Html.AdaptersRBrush
Brush that determines the characteristics of the fill.
points
类型:DSkin.Html.Adapters.EntitiesRPoint
Array of Point structures that represent the vertices of the polygon to fill.
参见