fillAntialias property
NSExpression
get
fillAntialias
fillAntialias
Implementation
NSExpression get fillAntialias {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_fillAntialias);
return NSExpression.castFromPointer(_ret, retain: true, release: true);
}
set
fillAntialias
(NSExpression value)
setFillAntialias:
Implementation
set fillAntialias(NSExpression value) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setFillAntialias_, value.ref.pointer);
}