add_active_x_control method

add_active_x_control(type, pin_x, pin_y, width, height)

Creates an Activex Control.

Returns

def add_active_x_control(self, type, pin_x, pin_y, width, height):
    ...
Parameter Type Description
type aspose.diagram.activexcontrols.ControlType The type of the control.
pin_x float Specifies the x-coordinate of the shape’s pin (center of rotation) in relation to the page.
pin_y float Specifies the y-coordinate of the shape’s pin (center of rotation) in relation to the page.
width float Specifies the width of the shape in inches.
height float Specifies the height of the shape in inches.

See Also