AForge.Math.Geometry.Line.Throw C# (CSharp) 메소드

Throw() 개인적인 정적인 메소드

private static Throw ( float radius ) : void
radius float
리턴 void
		private static void Throw(float radius)
		{
			throw new ArgumentOutOfRangeException("radius" + radius.ToString(), "Must be non-negative");
		}
	}