SKTextureModify Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A method that modifies a texture in place.
public delegate void SKTextureModify(IntPtr pixelData, nuint lengthInBytes);
type SKTextureModify = delegate of nativeint * nuint -> unit
Parameters
- pixelData
-
IntPtr
nativeint
- lengthInBytes
- System.System.UIntPtr System.unativeint