View Methods

SFML.Net

View Methods

The View type exposes the following members.

Methods
  Name Description
Protected method Destroy
Handle the destruction of the object
(Overrides ObjectBaseDestroy(Boolean).)
Public method Dispose
Explicitely dispose the object
(Inherited from ObjectBase.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Dispose the object
(Inherited from ObjectBase.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Move
Move the view
Public method Reset
Rebuild the view from a rectangle
Public method Rotate
Rotate the view
Public method ToString
Provide a string describing the object
(Overrides ObjectToString.)
Public method Zoom
Resize the view rectangle to simulate a zoom / unzoom effect
Top
See Also