ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIECanvas.Arc Parameters

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
w2m Posted - Nov 24 2012 : 08:42:07
How do you fill the parameters? How is X1, Y1, X2, Y2, X3, Y3, X4, Y4 defined? Is X1,Y1 the start point (Top-left) and X2,Y2 (bottom-right) the rect where the pie is drawn? What is X3,Y3 and X4,Y4?

procedure TIECanvas.Arc(X1, Y1, X2, Y2, X3, Y3, X4, Y4: Integer);

Maybe a simple drawing similar to this would make it easier to understand the parameters?



William Miller
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 27 2012 : 02:47:12
Sorry for the delay, William, we're busy with an update (there are some cool features in this one).

TIECanvas.Arc uses the same parameters as TCanvas.Arc:

http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/Graphics_TCanvas_Arc.html


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
w2m Posted - Nov 26 2012 : 14:16:27
A little help please...

William Miller