Praeclarum.Graphics.NullGraphics.DrawArc C# (CSharp) Метод

DrawArc() публичный Метод

public DrawArc ( float cx, float cy, float radius, float startAngle, float endAngle, float w ) : void
cx float
cy float
radius float
startAngle float
endAngle float
w float
Результат void
		public void DrawArc (float cx, float cy, float radius, float startAngle, float endAngle, float w)
		{
		}