struct Blend2D::Geometry::Ellipse

Defined in:

blend2d/geometry/ellipse.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Blend2D::Geometry::GeometryType

initialize initialize, pointer : Pointer pointer, type : LibBlend2D::BLGeometryType type

Constructor methods inherited from struct Blend2D::Geometry::GeometryType

new new

Constructor Detail

def self.new(cx : Float64, cy : Float64, rx : Float64, ry : Float64) #

[View source]
def self.new(point : Point, rx : Float64, ry : Float64) #

[View source]

Instance Method Detail

def center #

[View source]
def cx : Float64 #

[View source]
def cy : Float64 #

[View source]
def rx : Float64 #

[View source]
def ry : Float64 #

[View source]