0
I Use This!
Inactive
Analyzed about 1 hour ago. based on code collected about 8 hours ago.

Project Summary

constructor pole.pole;
var x,y:integer;
begin
form1.Image1.Width:=Width*16;
form1.Image1.Height:=Height*16;
form1.Image1.Picture.Bitmap.Width:=Width*16;
form1.Image1.Picture.Bitmap.Height:=Height*16;
form1.ImageList1.GetBitmap(0,cond);
for x:=0 to Width-1 do begin
setlength(but,x+1);
for y:=0 to Height-1 do begin
setlength(but[x],y+1);
but[x,y]:=Kletko.Create;
but[x,y].Top:=y*16;
but[x,y].left:=x*16;
form1.Image1.Canvas.CopyRect(rect(x*16,y*16,x*16+16,y*16+16),cond.Canvas,rect(0,0,16,16));
end;
end;
end;

Tags

No tags have been added

In a Nutshell, Delphi2C#...

Quick Reference

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    compare projects before you chose one to use
  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    check out hot projects on the Open Hub

Languages

C#
95%
2 Other
5%

30 Day Summary

Mar 23 2024 — Apr 22 2024

12 Month Summary

Apr 22 2023 — Apr 22 2024

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!