Click or drag to resize
Ab4d.SharpEngine logo

SceneViewResize Method

Overload List
 NameDescription
Public methodResize(Boolean) Resizes the current SceneView by updating the size from the size of the Surface. When no Surface is used, then Resize(Int32, Int32, SurfaceTransformFlagsKHR, Boolean) must be used.
Public methodResize(Int32, Int32, SurfaceTransformFlagsKHR, Boolean) Resizes the current SceneView to the provided size. When SceneView is rendered to the Surface, then call the Resize(Boolean) method.
Top
See Also