Point

Point constructor

Creates a point for a redaction region origin.

public Point(int x, int y)
Parameter Type Description
x Int32 Horizontal offset in pixels.
y Int32 Vertical offset in pixels.

See Also