Specifies the pixel offset mode of a GDI+ canvas
Namespace: RSGdiPlusGraphicsTypes
Delphi |
type |
|
Consider the pixel in the upper-left corner of an image with address (0, 0). With pomNone, the pixel covers the area between –0.5 and 0.5 in both the x and y directions; that is, the pixel center is at (0, 0). With pomHalf, the pixel covers the area between 0 and 1 in both the x and y directions; that is, the pixel center is at (0.5, 0.5). |
Reference |