DrawFilled(Graphics, Color, IPCBIWindow, Int32, Int32) | Fills the Polygon on the given Graphics by using the current World-Client transformation of the IPCBIWindow. (Not very performant when used for multiple polygons. Use static IPolyClass.DrawFilled() instead) |
DrawFilled(Graphics, Color, MatrixD, Int32, Int32) | Fills the Polygon on the given Graphics by using the current World-Client transformation of the IPCBIWindow. (Not very performant when used for multiple polygons. Use static IPolyClass.DrawFilled() instead) |
DrawFilled(ListIPolyClass, Graphics, MatrixD, Int32, Int32) | Draws the List of Polygons filled on the given Graphics by using the current World-Client transformation of the IPCBIWindow. |
DrawFilled(ListIPolyClass, Graphics, Color, IPCBIWindow, Int32, Int32) | Draws the List of Polygons filled on the given Graphics by using the current World-Client transformation of the IPCBIWindow. |
DrawFilled(ListIPolyClass, Graphics, MatrixD, Int32, Int32, IPolyClassFillMode, Color) | Draws the List of Polygons filled on the given Graphics by using the current World-Client transformation of the IPCBIWindow. |
DrawFilled(ListIPolyClass, Graphics, Color, IPCBIWindow, Int32, Int32, MatrixD) | Draws the List of Polygons filled on the given Graphics by using the current World-Client transformation of the IPCBIWindow. |
DrawFilled(ListIPolyClass, Graphics, Color, IPCBIWindow, Int32, Int32, MatrixD, IPolyClassFillMode, Color) | Draws the List of Polygons filled on the given Graphics by using the current World-Client transformation of the IPCBIWindow. |