次の方法で共有


CIImage.ImageWithTexture(UInt32, CGSize, Boolean, CGColorSpace) メソッド

定義

[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

パラメーター

glTextureName
UInt32
size
CGSize
flipped
Boolean
colorspace
CGColorSpace

追加する。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象