Texture2DEffectors.GetSubImage

Returns a sub-image from the image starting at the coordinates extenting to the width and height.

  1. Color[][] GetSubImage(Color[][] from, int x, int y, int width, int height)
    class Texture2DEffectors
    static
    Color[][]
    GetSubImage
    (
    ,
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    )
  2. Texture2D GetSubImage(Texture2D from, int x, int y, int width, int height)

Meta