BCGControlBar Library for .NET
DrawImageRotated Method




Syntax
'Declaration
 
Public Sub DrawImageRotated( _
   ByVal rectDst As Rectangle, _
   ByVal image As Bitmap, _
   ByVal clockwise As Boolean _
) 
'Usage
 
Dim instance As DrawManager
Dim rectDst As Rectangle
Dim image As Bitmap
Dim clockwise As Boolean
 
instance.DrawImageRotated(rectDst, image, clockwise)
public void DrawImageRotated( 
   Rectangle rectDst,
   Bitmap image,
   bool clockwise
)
public: void DrawImageRotated( 
   Rectangle rectDst,
   Bitmap* image,
   bool clockwise
) 
public:
void DrawImageRotated( 
   Rectangle rectDst,
   Bitmap^ image,
   bool clockwise
) 

Parameters

rectDst
image
clockwise
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DrawManager Class
DrawManager Members

Send Feedback