Method | Description | |
---|---|---|
Dispose ( ) : void | ||
updateResourceReference ( bool shouldAdd ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
The method that derived classes should override to implement disposing of managed and native resources. Native resources should always be released regardless of the value of the disposing parameter. |
Method | Description | |
---|---|---|
GraphicsResource ( ) : System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True if managed objects should be disposed. |
return | void |
public updateResourceReference ( bool shouldAdd ) : void | ||
shouldAdd | bool | |
return | void |