How do I translate VB.Net's CType() to C#

前端 未结 4 1529
南方客
南方客 2020-12-20 15:50

I Have this code segment in VB NET:

CType(pbImageHolder.Image, Bitmap).SetPixel(curPoint.X, curPoint.Y, Color.Purple)

what is

4条回答
提交回复
热议问题