- Attach
- Arc
- Pie
- FillPolygon
- FillEllipse
- GetDefaultColor
- ChartObjectName
- Circle
- CircleAA
- CircleWu
- Create
- CreateBitmap
- CreateBitmapLabel
- Destroy
- Ellipse
- EllipseAA
- EllipseWu
- Erase
- Fill
- FillCircle
- FillRectangle
- FillTriangle
- FontAngleGet
- FontAngleSet
- FontFlagsGet
- FontFlagsSet
- FontGet
- FontNameGet
- FontNameSet
- FontSet
- FontSizeGet
- FontSizeSet
- Height
- Line
- LineAA
- LineWu
- LineHorizontal
- LineVertical
- LineStyleSet
- LineThick
- LineThickVertical
- LineThickHorizontal
- LoadFromFile
- PixelGet
- PixelSet
- PixelSetAA
- Polygon
- PolygonAA
- PolygonWu
- PolygonThick
- PolygonSmooth
- Polyline
- PolylineSmooth
- PolylineThick
- PolylineWu
- PolylineAA
- Rectangle
- Resize
- ResourceName
- TextHeight
- TextOut
- TextSize
- TextWidth
- TransparentLevelSet
- Triangle
- TriangleAA
- TriangleWu
- Update
- Width
LineThickVertical
通过抗锯齿算法绘制一段具有指定宽度的手绘垂直线。
void LineThickVertical(
|
参数
x
[in] 这段线条的X坐标。
y1
[in] 这段线条第一个点的Y坐标。
y2
[in] 这段线条第二个点的Y坐标。
clr
[in] ARGB颜色格式。
size
[in] 线条宽度。
style
[in] 线条样式就是ENUM_LINE_STYLE 枚举值或自定义值的其中一个。
end_style
[in] 线条样式就是ENUM_LINE_END 枚举值的其中一个。