Interface ITransformable<T>
Syntax
public interface ITransformable<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Improve this Doc View SourceTransform(TransformMatrix)
Declaration
T Transform(TransformMatrix t)
Parameters
| Type | Name | Description |
|---|---|---|
| TransformMatrix | t |
Returns
| Type | Description |
|---|---|
| T |