Jump to content

gDraw


Recommended Posts

Ah, posted in the right place this time. Now, on to the title, I would like for someone to explain what ? means in the function.

g.DrawImage(?1,?2,?3,?4);

 I wouldn't be confused if the source of SphereCuber contains what looks like what below, but considering the coordinate seem to be same for ? series in some cases in TR's SphereCuber. I am confused.

g.DrawImage(0,0,500,512); 

 

Edited by Reptillian

G'MIC Filter Developer

Link to comment
Share on other sites

There's no DrawImage method that only takes ints. One of the parameters needs to be an image.

Closest one would be: DrawImage(Image image, int x, int y, int width, int height)

  • Upvote 1

(September 25th, 2023)  Sorry about any broken images in my posts. I am aware of the issue.

bp-sig.png
My Gallery  |  My Plugin Pack

Layman's Guide to CodeLab

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...