Einhugur macOS Bridge plugin. |
|
CGImage.Draw Method
Draws the CGImage into Xojo Graphics.

Draw(
g
as Graphics,
x
as Double,
y
as Double)
Parameters
- g
- The Xojo Graphics to draw into.
- x
- The x coordinate to draw at.
- y
- The y coordinate to draw at.
Remarks
See Also
CGImage Class