Specifies the name of the style used a the source of default data for the SmartFrame2d.
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.
Specifies the top cropping distance.
Specifies the bottom cropping distance.
Specifies the left cropping distance.
Specifies the right cropping distance.
Description
Adds a SmartFrame2d object by specifying the origin and frame cropping distances.
Syntax
Visual Basic
Public Function AddByOrigin( _
ByVal StyleName As String, _
ByVal x1 As Double, _
ByVal y1 As Double, _
ByVal top As Double, _
ByVal bottom As Double, _
ByVal left As Double, _
ByVal right As Double _
) As SmartFrame2d
Parameters
StyleName
Specifies the name of the style used a the source of default data for the SmartFrame2d.
x1
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.
y1
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.