In This Topic
In This Topic
New Features and Improvements
- Added following helper classes in GrapeCity.Documents.Layout.Composition namespace to simplify drawing layouts on a GcGraphics:
- Surface Class: Represents a surface that can draw its views on a GcGraphics.
- Layer Class: Represents a drawing layer with visuals, optional clipping, and nested layers.
- View Class (derived from Layer Class): Represents a Layer with an associated LayoutView object and transformation.
- Space Class: Represents a space on a Layer with an associated LayoutRect.
- Visual Class (derived from Space Class): Represents a figure, text, or image on a Layer.
- Synced version with other GrapeCity.Documents packages.