ISprite2D Interface Members
The following tables list the members exposed by ISprite2D.
Public Properties
Name | Description | |
---|---|---|
Height | Gets the height of the Sprite in pixels | |
Width | Gets the width of the Spite in pixels |
Public Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
Extension Methods
Name | Description | |
---|---|---|
SafeDispose | Checks for null and if not null, calls Dispose |
See Also