More on classes
This assignment tests your ability to describe the construction of new objects in technical terms.
Translate the following VB statements into Geek:
- Dim myPoint As Point = New Point(3, 4)
- Dim myFont As Font = New Font("Times New Roman", 25, FontStyle.Italic)
- Dim myColor As Color = Color.FromArgb(12, 14, 100)