SetTransform Method
Summary
Applies the specified transform to the surface, replacing the existing transformation. All subsequent drawing operations occur in the transformed space.
Syntax
public void SetTransform(
Matrix matrix
)
public:
void SetTransform(
Matrix matrix
)
Parameters
matrix
The transform to apply to the surface.