MLT 7.40.0
Multimedia Framework
Public Member Functions | Properties | Static Private Attributes
mlt.mlt_rect Class Reference
Inheritance diagram for mlt.mlt_rect:
Inheritance graph
[legend]
Collaboration diagram for mlt.mlt_rect:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self)
 

Properties

 h = property(_mlt7.mlt_rect_h_get, _mlt7.mlt_rect_h_set, doc=)
 
 o = property(_mlt7.mlt_rect_o_get, _mlt7.mlt_rect_o_set, doc=)
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 w = property(_mlt7.mlt_rect_w_get, _mlt7.mlt_rect_w_set, doc=)
 
 x = property(_mlt7.mlt_rect_x_get, _mlt7.mlt_rect_x_set, doc=)
 
 y = property(_mlt7.mlt_rect_y_get, _mlt7.mlt_rect_y_set, doc=)
 

Static Private Attributes

 __repr__ = _swig_repr
 
 __swig_destroy__ = _mlt7.delete_mlt_rect
 

Detailed Description

 A rectangle type with coordinates, size, and opacity

Constructor & Destructor Documentation

◆ __init__()

mlt.mlt_rect.__init__ (   self)

Field Documentation

◆ __repr__

mlt.mlt_rect.__repr__ = _swig_repr
staticprivate

◆ __swig_destroy__

mlt.mlt_rect.__swig_destroy__ = _mlt7.delete_mlt_rect
staticprivate

Property Documentation

◆ h

mlt.mlt_rect.h = property(_mlt7.mlt_rect_h_get, _mlt7.mlt_rect_h_set, doc=)
static

◆ o

mlt.mlt_rect.o = property(_mlt7.mlt_rect_o_get, _mlt7.mlt_rect_o_set, doc=)
static

◆ thisown

mlt.mlt_rect.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

◆ w

mlt.mlt_rect.w = property(_mlt7.mlt_rect_w_get, _mlt7.mlt_rect_w_set, doc=)
static

◆ x

mlt.mlt_rect.x = property(_mlt7.mlt_rect_x_get, _mlt7.mlt_rect_x_set, doc=)
static

◆ y

mlt.mlt_rect.y = property(_mlt7.mlt_rect_y_get, _mlt7.mlt_rect_y_set, doc=)
static

The documentation for this class was generated from the following file: