Search found 3 matches: millimeters

Searched query: millimeters

by Silvio.Falconi
Wed Oct 09, 2024 9:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: pixel on print
Replies: 5
Views: 471

pixel on print

I need a procedure that prints pixels above a model
at certain coordinates, the coordinates are expressed in millimeters and are stored in an archive,
the procedure must also calculate the left margin and the top margin
which is also used by the image

I can't center the pixels in the right position ...
by Silvio.Falconi
Mon Jan 15, 2024 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 1352

Re: nYoffset and nXoffset

... on printer settings.

Cmtr2Pix - Uses nXoffset and nYoffset to convert centimeters to pixels.

Mmtr2Pix - Uses nXoffset and nYoffset to convert millimeters to pixels.

Inch2Pix - Uses nXoffset and nYoffset to convert inches to pixels.

CmRect2Pix - Uses nXoffset and nYoffset to convert a rectangle ...
by Otto
Sun Jan 14, 2024 11:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 1352

Re: nYoffset and nXoffset

... on printer settings.

Cmtr2Pix - Uses nXoffset and nYoffset to convert centimeters to pixels.

Mmtr2Pix - Uses nXoffset and nYoffset to convert millimeters to pixels.

Inch2Pix - Uses nXoffset and nYoffset to convert inches to pixels.

CmRect2Pix - Uses nXoffset and nYoffset to convert a rectangle ...