DrawTextureNPatch method

void DrawTextureNPatch(
  1. Texture2DC texture,
  2. NPatchInfoC nPatchInfo,
  3. RectangleC dest,
  4. Vector2C origin,
  5. double rotation,
  6. 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,
  );
}