Draws the specified GraphicsContainer at the location specified by the coordinate pair.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void DrawContainer( GraphicsContainer container, float x, float y )
Type: Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainer
A GraphicsContainer to draw.Type: System.Single
The x-coordinate of the upper-left corner of the drawn GraphicsContainer.Type: System.Single
The y-coordinate of the upper-left corner of the drawn GraphicsContainer.This method respects the container size. To verify if the content goes out of container bounds and will be croped, you can get the actual bounds by using the GetContentBounds() method.