Como: Criar uma caneta
Este exemplo cria um objeto Pen.
Exemplo
Dim myPen As System.Drawing.Pen
myPen = New System.Drawing.Pen(System.Drawing.Color.Tomato)
System.Drawing.Pen myPen;
myPen = new System.Drawing.Pen(System.Drawing.Color.Tomato);
System::Drawing::Pen^ myPen;
myPen = gcnew System::Drawing::Pen(System::Drawing::Color::Tomato);
Programação robusta
Depois que terminar de usar sistema autônomo objetos que consomem recursos do sistema, sistema autônomo Pen objetos, você deve telefonar Dispose sobre eles.
Consulte também
Conceitos
Canetas, linhas e retângulos em GDI +