class Cairo::Path
- Cairo::Path
- Reference
- Object
Defined in:
auto/cairo-1.0/path.crConstructors
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #finalize
- #to_unsafe : Pointer(Void)
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.