Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Rotates the image.
Namespace: Microsoft.SPOT.Presentation.Media
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Sub RotateImage ( _
angle As Integer, _
destinationX As Integer, _
destinationY As Integer, _
bitmap As Bitmap, _
sourceX As Integer, _
sourceY As Integer, _
sourceWidth As Integer, _
sourceHeight As Integer, _
opacity As UShort _
)
public void RotateImage(
int angle,
int destinationX,
int destinationY,
Bitmap bitmap,
int sourceX,
int sourceY,
int sourceWidth,
int sourceHeight,
ushort opacity
)
public:
void RotateImage(
int angle,
int destinationX,
int destinationY,
Bitmap^ bitmap,
int sourceX,
int sourceY,
int sourceWidth,
int sourceHeight,
unsigned short opacity
)
member RotateImage :
angle:int *
destinationX:int *
destinationY:int *
bitmap:Bitmap *
sourceX:int *
sourceY:int *
sourceWidth:int *
sourceHeight:int *
opacity:uint16 -> unit
public function RotateImage(
angle : int,
destinationX : int,
destinationY : int,
bitmap : Bitmap,
sourceX : int,
sourceY : int,
sourceWidth : int,
sourceHeight : int,
opacity : ushort
)
Parameters
- angle
Type: System. . :: . .Int32
The angle to rotate the image.
- destinationX
Type: System. . :: . .Int32
The x-coordinate ___location of the upper-left corner of the rectangular area on the display to rotate the image.
- destinationY
Type: System. . :: . .Int32
The y-coordinate ___location of the upper-left corner of the rectangular area on the display to rotate the image.
- bitmap
Type: Microsoft.SPOT. . :: . .Bitmap
The source bitmap.
- sourceX
Type: System. . :: . .Int32
The x-coordinate ___location of the upper-left corner of the rectangular area in the source bitmap from which to rotate the image.
- sourceY
Type: System. . :: . .Int32
The y-coordinate ___location of the upper-left corner of the rectangular area in the source bitmap from which to rotate the image.
- sourceWidth
Type: System. . :: . .Int32
The width of the rectangular block to rotate.
- sourceHeight
Type: System. . :: . .Int32
The height of the rectangular block to rotate.
- opacity
Type: System. . :: . .UInt16
The degree of opacity of the bitmap. A value of 0 (zero) makes the bitmap completely opaque (not transparent at all); a value of 255 makes the bitmap completely transparent.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.