CIImage.ImageWithTexture(UInt32, CGSize, Boolean, CGColorSpace) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[Foundation.Export("imageWithTexture:size:flipped:colorSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreImage.CIImage ImageWithTexture (uint glTextureName, CoreGraphics.CGSize size, bool flipped, CoreGraphics.CGColorSpace colorspace);
[Foundation.Export("imageWithTexture:size:flipped:colorSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage ImageWithTexture (uint glTextureName, CoreGraphics.CGSize size, bool flipped, CoreGraphics.CGColorSpace colorspace);
static member ImageWithTexture : uint32 * CoreGraphics.CGSize * bool * CoreGraphics.CGColorSpace -> CoreImage.CIImage
Parámetros
- glTextureName
- UInt32
- size
- CGSize
- flipped
- Boolean
Devoluciones
- Atributos