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

ExtendedGeneralPath() private method

private ExtendedGeneralPath ( int rule, int initialTypes, int initialCoords ) : System
rule int
initialTypes int
initialCoords int
return java.lang.System
		private ExtendedGeneralPath(int rule, int initialTypes, int initialCoords) 
		{
			setWindingRule(rule);
			Reset (initialTypes, initialCoords);
		}

Same methods

ExtendedGeneralPath::ExtendedGeneralPath ( ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( Shape s ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( int rule ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( int rule, int initialCapacity ) : System