ICIImageProvider.ProvideImageData 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Export("provideImageData:bytesPerRow:origin::size::userInfo:")]
[Foundation.Preserve(Conditional=true)]
public void ProvideImageData (IntPtr data, nuint rowbytes, nuint x, nuint y, nuint width, nuint height, Foundation.NSObject info);
abstract member ProvideImageData : nativeint * nuint * nuint * nuint * nuint * nuint * Foundation.NSObject -> unit
參數
- data
-
IntPtr
nativeint
- rowbytes
- System.System.UIntPtr System.unativeint
- x
- System.System.UIntPtr System.unativeint
- y
- System.System.UIntPtr System.unativeint
- width
- System.System.UIntPtr System.unativeint
- height
- System.System.UIntPtr System.unativeint
- info
- NSObject
- 屬性