PS_INSIDEFRAME top-level constant

  1. @Deprecated('Use PEN_STYLE.PS_INSIDEFRAME instead')
int const PS_INSIDEFRAME

The pen is solid. When this pen is used in any GDI drawing function that takes a bounding rectangle, the dimensions of the figure are shrunk so that it fits entirely in the bounding rectangle, taking into account the width of the pen. This applies only to geometric pens.

Implementation

@Deprecated('Use PEN_STYLE.PS_INSIDEFRAME instead')
const PS_INSIDEFRAME = 6;