Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / UnionAnchorPoints Method / UnionAnchorPoints(AnchorPoint,AnchorPoint) Method


In This Topic
UnionAnchorPoints(AnchorPoint,AnchorPoint) Method
In This Topic
Get the union area as anchor points of all drawing objects.
Syntax
'Declaration
 
Public Overloads Sub UnionAnchorPoints( _
   ByRef startAnchorPoint As AnchorPoint, _
   ByRef endAnchorPoint As AnchorPoint _
) 
 
'Usage
 
Dim instance As WorksheetDrawing
Dim startAnchorPoint As AnchorPoint
Dim endAnchorPoint As AnchorPoint
 
instance.UnionAnchorPoints(startAnchorPoint, endAnchorPoint)

Parameters

startAnchorPoint
endAnchorPoint
See Also