Confirmed users
1,345
edits
(→Skia) |
Nnethercote (talk | contribs) |
||
Line 63: | Line 63: | ||
** Draw it, or just part of it (DrawSurface) | ** Draw it, or just part of it (DrawSurface) | ||
** Use it as a mask when drawing a pattern (MaskSurface) | ** Use it as a mask when drawing a pattern (MaskSurface) | ||
** Use it as a pattern | ** Use it as a pattern when filling a rectangle (FillRect after wrapping the SourceSurface in a SourcePattern) | ||
* You can also get a DataSourceSurface from it which ''does'' let you access its data. | * You can also get a DataSourceSurface from it which ''does'' let you access its data. | ||