Class: RubyQt6::QtGui::QPainterPath
- Inherits:
-
Object
- Object
- RubyQt6::QtGui::QPainterPath
- Defined in:
- lib/qt6/qtgui/qpainterpath.rb
Overview
Defined Under Namespace
Classes: ElementType
Instance Method Summary collapse
- #initialize(*args) ⇒ QPainterPath constructor
Constructor Details
#initialize ⇒ QPainterPath #initialize(start_point) ⇒ QPainterPath
19 20 21 |
# File 'lib/qt6/qtgui/qpainterpath.rb', line 19 def initialize(*args) _initialize(*args) end |