System.Drawing
System.Drawing.Point
System.Drawing.PointF
Represents an ordered pair of floating point x and y coordinates that define a point in a 2D plane
new System.Drawing.PointF(0f, 2f)
System.Drawing.Pen
System.Drawing.Brushes
Dim objBrush As System.Drawing.SolidBrush
objBrush = System.Drawing.Brushes.Red()
objBrush = New System.Drawing.SolidBrush(System.Drawing.Color.FromArgb(169, 19, 19))
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext