'Declaration Public Sub Render( _ ByVal borderLines As ArrayList, _ ByVal bounds As RectangleF, _ ByVal dpiX As Single, _ ByVal dpiY As Single, _ ByVal pageScale As Single _ )
public void Render( ArrayList borderLines, RectangleF bounds, float dpiX, float dpiY, float pageScale )
Parameters
- borderLines
- The border lines.
- bounds
- The Border's rectangle in inches.
- dpiX
- The dpi X value.
- dpiY
- The dpi Y value.
- pageScale
- Graphics' page scale.