DrawTextureNPatch function
void
DrawTextureNPatch(
- TextureC texture,
- NPatchInfoC nPatchInfo,
- RectangleC dest,
- Vector2C origin,
- double rotation,
- ColorC tint,
Implementation
void DrawTextureNPatch(
TextureC texture,
NPatchInfoC nPatchInfo,
RectangleC dest,
Vector2C origin,
double rotation,
ColorC tint,
) => _module.DrawTextureNPatch(texture, nPatchInfo, dest, origin, rotation, tint);