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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.