| 
ShapeBase
AdjustWithEffects Method
  | 
 Adds to the source rectangle value of the effect extent.
 Namespace:
 Spire.Doc.Fields.Shapes
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public RectangleF AdjustWithEffects(
	RectangleF source
)
 
Public Function AdjustWithEffects ( 
	source As RectangleF
) As RectangleF
 
public:
RectangleF AdjustWithEffects(
	RectangleF source
)
 
member AdjustWithEffects : 
source : RectangleF -> RectangleF 
 
 
 
Parameters
 
- 
source
 
- 
 Type:
 
System.Drawing
RectangleF
 
 
Return Value
 
 Type:
 
RectangleF
 
 
 See Also
See Also