'Declaration Public Function New( _
ByVal transformFromDipThe transformation from DIP space to drawing surface space.As System.Windows.Media.Matrix, _
ByVal resolutionThe drawing surface resolution.As Vintasoft.Imaging.Resolution, _
ByVal pixelScaleThe pixel scale.As Single _
)
public WpfEmptyDrawingSurface(
System.Windows.Media.Matrix transformFromDip,
Vintasoft.Imaging.Resolution resolution,
float pixelScale
)
public: WpfEmptyDrawingSurface(
System.Windows.Media.Matrix* transformFromDip,
Vintasoft.Imaging.Resolution resolution,
float pixelScale
)
public:
WpfEmptyDrawingSurface(
System.Windows.Media.Matrix^ transformFromDip,
Vintasoft.Imaging.Resolution resolution,
float pixelScale
)
Parameters
- transformFromDip
- The transformation from DIP space to drawing surface space.
- resolution
- The drawing surface resolution.
- pixelScale
- The pixel scale.