struct Cairo::PathDataHeader

Overview

Wrapper for LibCairo::PathDataHeaderT

Defined in:

cairo/path_data_header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : PathDataType, length : Int32) #

[View source]
def self.new(header : LibCairo::PathDataHeaderT) #

[View source]
def self.new #

[View source]

Instance Method Detail

def length : Int32 #

[View source]
def length=(length : Int32) #

[View source]
def to_cairo_path_data_header : LibCairo::PathDataHeaderT #

[View source]
def to_unsafe : LibCairo::PPathDataHeaderT #

[View source]
def type : PathDataType #

[View source]
def type=(type : PathDataType) #

[View source]