You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Resizing and Rotating > RotateAnglePreserveDimensionsCenter Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.RotateAnglePreserveDimensionsCenter Method

Rotates a GdPicture image from the center with a specific angle keeping the originals width and height of the picture.

C#
public GdPictureStatus RotateAnglePreserveDimensionsCenter(
    int ImageID, 
    Single Angle
);
Visual Basic
Public Function RotateAnglePreserveDimensionsCenter(
    ByVal ImageID As Integer, 
    ByVal Angle As Single
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Angle 
Angle of rotation in degrees.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.