C++
virtual Acad::ErrorStatus setResolutionMMPerPixel( const AcGeVector2d& resMMPerPixel );
Description
Sets resMMPerPixel to be the base size of a single pixel in millimeters. resMMPerPixel.x is the new pixel width, and resMMPerPixel.y is the new pixel height.
Parameters
Parameters | Description |
---|---|
resMMPerPixel | Input new pixel size (in millimeters) |