Click here to Skip to main content
16,005,236 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mix C++ and C# Pin
Drusemark10-May-05 7:16
Drusemark10-May-05 7:16 
GeneralRe: Mix C++ and C# Pin
mav.northwind10-May-05 19:59
mav.northwind10-May-05 19:59 
GeneralRe: Mix C++ and C# Pin
Drusemark17-May-05 4:25
Drusemark17-May-05 4:25 
GeneralRe: Mix C++ and C# Pin
mav.northwind17-May-05 4:42
mav.northwind17-May-05 4:42 
GeneralRe: Mix C++ and C# Pin
Drusemark17-May-05 5:32
Drusemark17-May-05 5:32 
QuestionHow to modify the ..... Pin
Shankar Balaji10-May-05 3:01
Shankar Balaji10-May-05 3:01 
AnswerRe: How to modify the ..... Pin
MoustafaS10-May-05 5:30
MoustafaS10-May-05 5:30 
QuestionHow to Rotate Controls Pin
RajeshGuptha10-May-05 2:53
RajeshGuptha10-May-05 2:53 
Actually i tried transforming the region of the control to a rotation...
for example,
Region reg = new Region();
Matrix matObj = new Matrix();
matObj.RotateAt(/*some angle*/, /*with respect to some point*/);
reg.Transform(matobj);
myControl.Region = reg;


Iam able to attain the rotation...but supposing the region (reg in this example)is in another shape(than rectangle)...say ellipse, then the shape of the ellipse is not visible completely....reason is that the rectangle coordinates(i.e. the original rectangle size) used to draw the ellipse is smaller than the rotated structure...(after rotation, the location of points are actually out of the bounds of the controls client rectangle...)
So i tried to get the size of the outer rectangle which has completely both the original and the rotated rectangles... by some trignometry...
but nope, im not getting the exact coordinates...
can you help me in this??


Thanks and Regards,
Rajesh
GeneralSearching a particular node in XML Pin
Shankar Balaji10-May-05 1:45
Shankar Balaji10-May-05 1:45 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 2:42
Polis Pilavas10-May-05 2:42 
GeneralRe: Searching a particular node in XML Pin
Shankar Balaji10-May-05 2:58
Shankar Balaji10-May-05 2:58 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 3:12
Polis Pilavas10-May-05 3:12 
GeneralRe: Searching a particular node in XML Pin
Shankar Balaji10-May-05 3:22
Shankar Balaji10-May-05 3:22 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 3:24
Polis Pilavas10-May-05 3:24 
GeneralRe: Searching a particular node in XML Pin
Shankar Balaji10-May-05 3:34
Shankar Balaji10-May-05 3:34 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 3:44
Polis Pilavas10-May-05 3:44 
GeneralRe: Searching a particular node in XML Pin
Marc Clifton10-May-05 3:48
mvaMarc Clifton10-May-05 3:48 
Generalcrystal reports parameters Pin
boruu10-May-05 1:04
boruu10-May-05 1:04 
GeneralTAPI with C# Pin
ksanju100010-May-05 1:01
ksanju100010-May-05 1:01 
GeneralRe: TAPI with C# Pin
asif m@hmood10-May-05 2:07
asif m@hmood10-May-05 2:07 
GeneralRe: TAPI with C# Pin
ksanju100010-May-05 3:02
ksanju100010-May-05 3:02 
GeneralConvert Xml File to CSV File Format Pin
ksanju100010-May-05 0:56
ksanju100010-May-05 0:56 
GeneralRe: Convert Xml File to CSV File Format Pin
Polis Pilavas10-May-05 2:49
Polis Pilavas10-May-05 2:49 
GeneralExporting data of XML into Excel file Pin
ksanju100010-May-05 0:52
ksanju100010-May-05 0:52 
GeneralRe: Exporting data of XML into Excel file Pin
Polis Pilavas10-May-05 2:53
Polis Pilavas10-May-05 2:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.