'Declaration
Public Function GetTextRectangle( _ ByVal shape As Shape, _ ByVal shapeRect As Rectangle _ ) As Rectangle
'Usage
Dim instance As WorksheetDrawing Dim shape As Shape Dim shapeRect As Rectangle Dim value As Rectangle value = instance.GetTextRectangle(shape, shapeRect)
Parameters
- shape
- The shape.
- shapeRect
Return Value
A GrapeCity.Drawing.Rectangle value represents the painting rectangle of the text part.