SKGLSurfaceView.UpdateSurfaceSize(Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implemented by derived CustomRenderingView types to update the drawing surface dimensions.
protected override sealed bool UpdateSurfaceSize(ElmSharp.Rect geometry);
Parameters
- geometry
- ElmSharp.Rect
The current geometry of the control.
Returns
Returns true if the size has changed, otherwise false.