DSkin
DSkin
DSkin.Html.Adapters
RGraphics 类
RGraphics 方法
Dispose 方法
DrawImage 方法
DrawLine 方法
DrawPath 方法
DrawPolygon 方法
DrawRectangle 方法
DrawString 方法
GetClip 方法
GetGraphicsPath 方法
GetLinearGradientBrush 方法
GetPen 方法
GetSolidBrush 方法
GetTextureBrush 方法
MeasureString 方法
PopClip 方法
PushClip 方法
PushClipExclude 方法
ReturnPreviousSmoothingMode 方法
SetAntiAliasSmoothingMode 方法
RGraphics
DrawPolygon 方法
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.Adapters
RBrush
Brush that determines the characteristics of the fill.
points
类型:
DSkin.Html.Adapters.Entities
RPoint
Array of Point structures that represent the vertices of the polygon to fill.
参见
引用
RGraphics 类
DSkin.Html.Adapters 命名空间