Help for this page
my $point = new Point(); $point->set_X( 3 ); ... $end_point = $point->copy(); $image->draw_line_from_to( $start_point, $end_point, BLACK );
my $point = new Point(3, 4); ... ... my $end_point = $point; $image->line( $start_point, $end_point, BLACK );
www.com | www.net | www.org
Cold Temperate Warm Hot Other
Results (63 votes). Check out past polls.