'Declaration Public Function New( _
ByVal resolutionThe resolution of this drawing engine.As Vintasoft.Imaging.Resolution, _
ByVal boundingRectThe bounding rectangle of text region.As System.Drawing.RectangleF, _
ByVal clipRectThe clip rectangle of text region.As System.Drawing.RectangleF, _
ByVal transformFromDipSpaceThe transformation from DIP space to the text space.As Vintasoft.Imaging.AffineMatrix _
)
public TextRegionBuilder(
Vintasoft.Imaging.Resolution resolution,
System.Drawing.RectangleF boundingRect,
System.Drawing.RectangleF clipRect,
Vintasoft.Imaging.AffineMatrix transformFromDipSpace
)
Parameters
- resolution
- The resolution of this drawing engine.
- boundingRect
- The bounding rectangle of text region.
- clipRect
- The clip rectangle of text region.
- transformFromDipSpace
- The transformation from DIP space to the text space.