DrawTextureNPatch method
String
DrawTextureNPatch(
- TextureBase<
TextureBase> texture, - NPatchInfoBase<
NPatchInfoBase< nPatchInfo,dynamic, RectangleBase> , RectangleBase> - RectangleBase<
RectangleBase> dest, - Vector2Base<
Vector2Base< origin,dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - num rotation,
- ColorBase<
ColorBase> tint,
Implementation
String DrawTextureNPatch(
TextureBase texture,
NPatchInfoBase nPatchInfo,
RectangleBase dest,
Vector2Base origin,
num rotation,
ColorBase tint,
) => 'DrawTextureNPatch($texture, $nPatchInfo, $dest, $origin, $rotation, $tint)';