Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image.internal.imageutil
  • Platforms: .NET, .NET Standard 2.0, Island

Methods


DrawYCbCr

 

// .NET, .NET Standard 2.0
class method DrawYCbCr(dst: Memory<RGBA>; r: Rectangle; src: Memory<YCbCr>; sp: Point): bool
// Island
class method DrawYCbCr(dst: Memory<RGBA>; r: Rectangle; src: Memory<YCbCr>; sp: Point): bool

 

// .NET, .NET Standard 2.0
static bool DrawYCbCr(Memory<RGBA> dst, Rectangle r, Memory<YCbCr> src, Point sp)
// Island
static bool DrawYCbCr(Memory<RGBA> dst, Rectangle r, Memory<YCbCr> src, Point sp)

 

// .NET, .NET Standard 2.0
static func DrawYCbCr(_ dst: Memory<RGBA>, _ r: Rectangle, _ src: Memory<YCbCr>, _ sp: Point) -> bool
// Island
static func DrawYCbCr(_ dst: Memory<RGBA>, _ r: Rectangle, _ src: Memory<YCbCr>, _ sp: Point) -> bool

 

// .NET, .NET Standard 2.0
func DrawYCbCr(dst Memory<RGBA>, r Rectangle, src Memory<YCbCr>, sp Point) bool
// Island
func DrawYCbCr(dst Memory<RGBA>, r Rectangle, src Memory<YCbCr>, sp Point) bool

 

// .NET, .NET Standard 2.0
Shared Function DrawYCbCr(dst As Memory<RGBA>, r As Rectangle, src As Memory<YCbCr>, sp As Point) As bool
// Island
Shared Function DrawYCbCr(dst As Memory<RGBA>, r As Rectangle, src As Memory<YCbCr>, sp As Point) As bool

Parameters:

  • dst:
  • r:
  • src:
  • sp: