'Declaration Public Overloads Shared Function GetTransformFromDip( _
ByVal destUnitOfMeasureThe destination unit of measure.As Vintasoft.Imaging.UnitOfMeasure, _
ByVal resolutionThe resolution.As Vintasoft.Imaging.Resolution _
) As Vintasoft.Imaging.AffineMatrix
public static Vintasoft.Imaging.AffineMatrix GetTransformFromDip(
Vintasoft.Imaging.UnitOfMeasure destUnitOfMeasure,
Vintasoft.Imaging.Resolution resolution
)
public: static Vintasoft.Imaging.AffineMatrix* GetTransformFromDip(
Vintasoft.Imaging.UnitOfMeasure destUnitOfMeasure,
Vintasoft.Imaging.Resolution resolution
)
public:
static Vintasoft.Imaging.AffineMatrix^ GetTransformFromDip(
Vintasoft.Imaging.UnitOfMeasure destUnitOfMeasure,
Vintasoft.Imaging.Resolution resolution
)
Parameters
- destUnitOfMeasure
- The destination unit of measure.
- resolution
- The resolution.
Return Value
A new instance of AffineMatrix class.