SKImage.ReadPixels
- bool ReadPixels(SKImageInfo dstInfo, void* dstPixels)
- bool ReadPixels(SKImageInfo dstInfo, void* dstPixels, int dstRowBytes)
- bool ReadPixels(SKImageInfo dstInfo, void* dstPixels, int dstRowBytes, int srcX, int srcY)
- bool ReadPixels(SKImageInfo dstInfo, void* dstPixels, int dstRowBytes, int srcX, int srcY, SKImageCachingHint cachingHint)
- bool ReadPixels(SKPixmap pixmap)
- bool ReadPixels(SKPixmap pixmap, int srcX, int srcY)
- bool ReadPixels(SKPixmap pixmap, int srcX, int srcY, SKImageCachingHint cachingHint)
skia SKImage SKImage
constructorsfunctionsstatic functions