CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wert1234

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    10,366

    Re: c# rotate image

    problem solved :D



    Image m = Image.FromFile(@"C:\p1.png");

    using (Graphics gfx = this.CreateGraphics())
    {
    for (int i = 0; i <= 360; i++)
    {
  2. Replies
    6
    Views
    10,366

    Re: c# rotate image

    if I remove the Transform it work samo, the image rorates over the form :(



    sorry for that
  3. Replies
    6
    Views
    10,366

    [RESOLVED] c# rotate image

    hello
    the title says everything, i want to rotate an image but it dont rotate around his center it rotates in a circle around the form.


    for(int i=0;i<500;i++)
    {
    Image...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured