'Declaration Public Function New( _
ByVal sliceThe MPR slice, which was rendered.As MprSlice, _
ByVal bufferThe image, where the Slice was rendered.As Vintasoft.Imaging.VintasoftImage, _
ByVal renderingStateThe rendering state.As MprSliceRenderingState, _
ByVal sliceTransformThe transform, which must be applied to the Slice before rendering.As Vintasoft.Imaging.AffineMatrix _
)
public MprSliceDrawnEventArgs(
MprSlice slice,
Vintasoft.Imaging.VintasoftImage buffer,
MprSliceRenderingState renderingState,
Vintasoft.Imaging.AffineMatrix sliceTransform
)
public: MprSliceDrawnEventArgs(
MprSlice* slice,
Vintasoft.Imaging.VintasoftImage* buffer,
MprSliceRenderingState* renderingState,
Vintasoft.Imaging.AffineMatrix* sliceTransform
)
public:
MprSliceDrawnEventArgs(
MprSlice^ slice,
Vintasoft.Imaging.VintasoftImage^ buffer,
MprSliceRenderingState^ renderingState,
Vintasoft.Imaging.AffineMatrix^ sliceTransform
)