'Declaration Public Function New( _
ByVal cellThe top-left cell reference.As CellReference, _
ByVal offsetThe top-left offset.As Vintasoft.Primitives.VintasoftPoint, _
ByVal sizeThe size of the drawing.As Vintasoft.Primitives.VintasoftPoint _
)
public SheetDrawingLocation(
CellReference cell,
Vintasoft.Primitives.VintasoftPoint offset,
Vintasoft.Primitives.VintasoftPoint size
)
public: SheetDrawingLocation(
CellReference* cell,
Vintasoft.Primitives.VintasoftPoint offset,
Vintasoft.Primitives.VintasoftPoint size
)
public:
SheetDrawingLocation(
CellReference^ cell,
Vintasoft.Primitives.VintasoftPoint offset,
Vintasoft.Primitives.VintasoftPoint size
)
Parameters
- cell
- The top-left cell reference.
- offset
- The top-left offset.
- size
- The size of the drawing.