点击或拖拽改变大小

DrawingContextDrawEllipse 方法

绘制椭圆

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public abstract void DrawEllipse(
	Brush strokeBrush,
	 in Stroke stroke,
	 in Point center,
	 in float radiusX,
	 in float radiusY
)

参数

strokeBrush
类型:CPF.DrawingBrush

[缺少 "M:CPF.Drawing.DrawingContext.DrawEllipse(CPF.Drawing.Brush,CPF.Drawing.Stroke@,CPF.Drawing.Point@,System.Single@,System.Single@)" 的 <param name="strokeBrush"/> 文档]

stroke
类型:CPF.DrawingStrokeInAttribute

[缺少 "M:CPF.Drawing.DrawingContext.DrawEllipse(CPF.Drawing.Brush,CPF.Drawing.Stroke@,CPF.Drawing.Point@,System.Single@,System.Single@)" 的 <param name="stroke"/> 文档]

center
类型:CPF.DrawingPointInAttribute
椭圆填充或描边的中心。
radiusX
类型:SystemSingleInAttribute
在椭圆的 X 尺寸半径。将使用提供的半径绝对值。
radiusY
类型:SystemSingleInAttribute
椭圆的 Y 轴半径。将使用提供的半径绝对值。
参见