DrawTextureNPatch method
void
DrawTextureNPatch(
- Texture2DC texture,
- NPatchInfoC nPatchInfo,
- RectangleC dest,
- Vector2C origin,
- double rotation,
- ColorC tint,
Implementation
void DrawTextureNPatch(
Texture2DC texture,
NPatchInfoC nPatchInfo,
RectangleC dest,
Vector2C origin,
double rotation,
ColorC tint,
) {
return _DrawTextureNPatch(
texture,
nPatchInfo,
dest,
origin,
rotation,
tint,
);
}