SKCanvas.DrawAtlas Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DrawAtlas(SKImage, SKRect[], SKRotationScaleMatrix[], SKPaint)
public void DrawAtlas (SkiaSharp.SKImage atlas, SkiaSharp.SKRect[] sprites, SkiaSharp.SKRotationScaleMatrix[] transforms, SkiaSharp.SKPaint paint);
Parameters
- atlas
- SKImage
- sprites
- SKRect[]
- transforms
- SKRotationScaleMatrix[]
- paint
- SKPaint
Applies to
DrawAtlas(SKImage, SKRect[], SKRotationScaleMatrix[], SKColor[], SKBlendMode, SKPaint)
public void DrawAtlas (SkiaSharp.SKImage atlas, SkiaSharp.SKRect[] sprites, SkiaSharp.SKRotationScaleMatrix[] transforms, SkiaSharp.SKColor[] colors, SkiaSharp.SKBlendMode mode, SkiaSharp.SKPaint paint);
Parameters
- atlas
- SKImage
- sprites
- SKRect[]
- transforms
- SKRotationScaleMatrix[]
- colors
- SKColor[]
- mode
- SKBlendMode
- paint
- SKPaint
Applies to
DrawAtlas(SKImage, SKRect[], SKRotationScaleMatrix[], SKColor[], SKBlendMode, SKRect, SKPaint)
public void DrawAtlas (SkiaSharp.SKImage atlas, SkiaSharp.SKRect[] sprites, SkiaSharp.SKRotationScaleMatrix[] transforms, SkiaSharp.SKColor[] colors, SkiaSharp.SKBlendMode mode, SkiaSharp.SKRect cullRect, SkiaSharp.SKPaint paint);
Parameters
- atlas
- SKImage
- sprites
- SKRect[]
- transforms
- SKRotationScaleMatrix[]
- colors
- SKColor[]
- mode
- SKBlendMode
- cullRect
- SKRect
- paint
- SKPaint
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.