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

ExtendedGeneralPath() public method

public ExtendedGeneralPath ( Shape s ) : System
s Shape
return java.lang.System
		public ExtendedGeneralPath(Shape s) : this(WIND_NON_ZERO, INIT_SIZE, INIT_SIZE)
		{
			PathIterator pi = s.getPathIterator (null);
			setWindingRule (pi.getWindingRule ());
			append (pi, false);
		}

Same methods

ExtendedGeneralPath::ExtendedGeneralPath ( ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( int rule ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( int rule, int initialCapacity ) : System
ExtendedGeneralPath::ExtendedGeneralPath ( int rule, int initialTypes, int initialCoords ) : System