'Declaration Public Sub EnableLayout( _
ByVal layoutAnchorThe anchor, which defines how the graphic object group should be aligned.As Vintasoft.Imaging.AnchorType, _
ByVal layoutRectangleThe rectangle, which defines where the graphic object group should be drawn.As Vintasoft.Primitives.VintasoftRect _
)
public void EnableLayout(
Vintasoft.Imaging.AnchorType layoutAnchor,
Vintasoft.Primitives.VintasoftRect layoutRectangle
)
public: void EnableLayout(
Vintasoft.Imaging.AnchorType layoutAnchor,
Vintasoft.Primitives.VintasoftRect layoutRectangle
)
public:
void EnableLayout(
Vintasoft.Imaging.AnchorType layoutAnchor,
Vintasoft.Primitives.VintasoftRect layoutRectangle
)
Parameters
- layoutAnchor
- The anchor, which defines how the graphic object group should be aligned.
- layoutRectangle
- The rectangle, which defines where the graphic object group should be drawn.