SignatureGetBounds Method |
This method gets the bounding box of this signature.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public SignatureBounds GetBounds()
Public Function GetBounds As SignatureBounds
public:
SignatureBounds^ GetBounds()
member GetBounds : unit -> SignatureBounds
Return Value
Type:
SignatureBoundsA bounding box around this signature.
See Also