Solid Edge FrameworkSupport Type Library
ChangeCrop Method
Specifies the distance in container units from the OLE object origin to the top of the frame.
Specifies the distance in container units from the OLE object origin to the bottom of the frame.
Specifies the distance in container units from the OLE object origin to the left side of the frame.
Specifies the distance in container units from the OLE object origin to the right side of the frame.
Description
Modifies the frame cropping around an OLE object.
Syntax
Visual Basic
Public Sub ChangeCrop( _
   ByVal top As Double, _
   ByVal bottom As Double, _
   ByVal left As Double, _
   ByVal right As Double _
) 
Parameters
top
Specifies the distance in container units from the OLE object origin to the top of the frame.
bottom
Specifies the distance in container units from the OLE object origin to the bottom of the frame.
left
Specifies the distance in container units from the OLE object origin to the left side of the frame.
right
Specifies the distance in container units from the OLE object origin to the right side of the frame.
See Also

SmartFrame2d Object  | SmartFrame2d Members

Send comments on this topic.