'Declaration Protected Function New( _
ByVal transformThe transformation from the device independent pixels (DIP, 1/96 inch) to the drawing surface space.As System.Windows.Media.Matrix, _
ByVal resolutionThe drawing surface resolution.As Vintasoft.Imaging.Resolution, _
ByVal pixelScaleThe pixel scale.As Double _
)
protected WpfDrawingSurface(
System.Windows.Media.Matrix transform,
Vintasoft.Imaging.Resolution resolution,
double pixelScale
)
protected: WpfDrawingSurface(
System.Windows.Media.Matrix* transform,
Vintasoft.Imaging.Resolution resolution,
double pixelScale
)
protected:
WpfDrawingSurface(
System.Windows.Media.Matrix^ transform,
Vintasoft.Imaging.Resolution resolution,
double pixelScale
)
Parameters
- transform
- The transformation from the device independent pixels (DIP, 1/96 inch) to the drawing surface space.
- resolution
- The drawing surface resolution.
- pixelScale
- The pixel scale.