ExternalDrawable.Viewport Property
Gets or sets the viewport that OpenGL will draw into.
Syntax
public Rectangle Viewport { get; set; }
Property Value
Remarks
This property can be used to set up an explicit viewport that Carmenta Engine will draw into which is useful if the map should only cover a part of a window that is rendered by OpenGL.
The default value, an infinite rectangle (as returned by Rectangle.Infinite), indicates that Carmenta Engine will set up the viewport to cover the entire window.
Platforms
Windows, Linux, Android