Class BorderDrawable

solid borders (may be of different width) and, optionally, solid inner area

class BorderDrawable
  : Drawable;

Constructors

NameDescription
this (borderColor, borderWidths, innerAreaColor)
this (borderColor, borderWidth, innerAreaColor)

Fields

NameTypeDescription
_borderColor uint
_borderWidths Rect
_middleColor uint
_refCount intcount of references to this object from Ref

Properties

NameTypeDescription
height[get] int
padding[get] Rect
width[get] int
refCount[get] intreturns current value of reference counter

Methods

NameDescription
drawTo (buf, rc, state, tilex0, tiley0)
addRef () increments reference counter
releaseRef () decrement reference counter, destroy object if no more references left

Aliases

NameDescription
~this