Overload | Description |
---|---|
NDrawingLayoutContext Constructor(NDrawingDocument,NRectangle) | Creates a layout context that is configured to arrange the shapes in the specified area. |
NDrawingLayoutContext Constructor(NPage) | Creates a layout context that is configured to arrange the shapes of the specified page. The layout area is initialized to be the page content edge. |
NDrawingLayoutContext Constructor(NDrawingDocument,NPage) | Creates a layout context that is configured to arrange the shapes of the specified page. The layout area is initialized to be the page content edge. |
NDrawingLayoutContext Constructor(NDrawingDocument,NGroup) | Creates a layout context that is configured to arrange the shapes of the specified group. The layout area is initialized to be the page group bounds. |
NDrawingLayoutContext Constructor(NDrawingDocument,NList<NShape>) | Creates a layout context that is configured to arrange the given list of shapes. The layout area is initialized to be the bounds of the given shapes. |