| Author |
How to copy image with given points?
|
au lai seong
Greenhorn
Joined: Mar 06, 2011
Posts: 12
|
|
|
How to copy/crop with given points? The number of point maybe more than 4.
|
 |
Jj Hill
Ranch Hand
Joined: Jul 25, 2011
Posts: 34
|
|
|
What do you mean by points? The standard image classes just have one point, with an (x, y) location. Please be more specific.
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 2771
|
|
I'm thinking the original poster wants to define a polygon, and create a new image that is the intersection of the original image and the polygon.
Take a look at the Graphics class. You can get an instance of it from an instance of Image.
|
 |
 |
|
|
subject: How to copy image with given points?
|
|
|