Hello to all,
One Question, How rotate one Button1.SetBackgroundImage??
i have two buttons, the first with image and other not, and the seconds button in future set image rotated
Dim BM1 As Bitmap, BM2 As Bitmap, RSI1 As RSImageProcessing
BM1.Initialize3(Button1.Background.Bitmap)
BM2 = RSI1.rotateBitmap(BM1,90)
Button2.SetBackgroundImage(BM2)
One Question, How rotate one Button1.SetBackgroundImage??
i have two buttons, the first with image and other not, and the seconds button in future set image rotated
Dim BM1 As Bitmap, BM2 As Bitmap, RSI1 As RSImageProcessing
BM1.Initialize3(Button1.Background.Bitmap)
BM2 = RSI1.rotateBitmap(BM1,90)
Button2.SetBackgroundImage(BM2)