Point.Division Method (Microsoft.Xna.Framework)

Divides the components of a Point by the components of another Point.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static Point Division(
	Point source, 
	Point divisor
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

source
Type: Microsoft.Xna.Framework.Point
Source Point on the left of the div sign.
divisor
Type: Microsoft.Xna.Framework.Point
Divisor Point on the right of the div sign.

Return Value

Type: Microsoft.Xna.Framework.Point
The result of dividing the points.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web