DrawBuf.ninePatch - multiple declarations

Function DrawBuf.ninePatch

get nine patch information pointer, null if this is not a nine patch image buffer

const(NinePatch)* ninePatch() @property const;

Function DrawBuf.ninePatch

set nine patch information pointer, null if this is not a nine patch image buffer

void ninePatch(
  NinePatch* ninePatch
) @property;