Base class for shapes defined by two positions.
Implementation Notes:
- ManagedUnits indexes: 0 - X1, 1 - Y1, 2 - X2, 3 - Y2
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public abstract class RenderTwoPositionsShape : RenderShape |
Visual Basic (Declaration) |
---|
Public MustInherit Class RenderTwoPositionsShape _ Inherits RenderShape |
Inheritance Hierarchy
System..::.Object
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderShape
C1.C1PrintDocument..::.RenderTwoPositionsShape
C1.C1PrintDocument..::.RenderLine
C1.C1PrintDocument..::.RenderRectangle
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderShape
C1.C1PrintDocument..::.RenderTwoPositionsShape
C1.C1PrintDocument..::.RenderLine
C1.C1PrintDocument..::.RenderRectangle