Method | Description | |
---|---|---|
CreateChildImage ( IImageReaderWriter parentImage, RectInt childImageBounds ) : |
This will create a new ImageBuffer that references the same memory as the image that you took the sub image from. It will modify the original main image when you draw to it.
|
public static CreateChildImage ( IImageReaderWriter parentImage, RectInt childImageBounds ) : |
||
parentImage | IImageReaderWriter | |
childImageBounds | RectInt | |
return |