'Declaration Public Function New( _
ByVal surfaceИсходная поверхность рисования.As DrawingSurface, _
ByVal surfaceTransformПреобразование поверхности рисования.As AffineMatrix _
)
public TransformedDrawingSurface(
DrawingSurface surface,
AffineMatrix surfaceTransform
)
public: TransformedDrawingSurface(
DrawingSurface* surface,
AffineMatrix* surfaceTransform
)
public:
TransformedDrawingSurface(
DrawingSurface^ surface,
AffineMatrix^ surfaceTransform
)
Parameters
- surface
- Исходная поверхность рисования.
- surfaceTransform
- Преобразование поверхности рисования.