GraphicsContextOptions constructor

GraphicsContextOptions(
  1. bool transparent,
  2. ColorType colorType
)

Implementation

GraphicsContextOptions(this.transparent, this.colorType);