System.Drawing.Drawing2D.ExtendedGeneralPath.ExtendedGeneralPath C# (CSharp) Method

ExtendedGeneralPath() public method

public ExtendedGeneralPath ( int rule, int initialCapacity ) : System
rule int
initialCapacity int
return java.lang.System
		public ExtendedGeneralPath(int rule, int initialCapacity) : this (rule, initialCapacity, initialCapacity)
		{
		}

Same methods

ExtendedGeneralPath::ExtendedGeneralPath ( ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( Shape s ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( int rule ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( int rule, int initialTypes, int initialCoords ) : System