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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.