'DeclarationPublic Overridable Function GetShapeConstrainBounds( _ ByVal shape As NShape _ ) As NRectangleF
'UsageDim instance As NDrawingDocument Dim shape As NShape Dim value As NRectangleF value = instance.GetShapeConstrainBounds(shape)
public virtual NRectangleF GetShapeConstrainBounds( NShape shape )
Parameters
- shape