Region.Equals(Region, Graphics) 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.
public:
bool Equals(System::Drawing::Region ^ region, System::Drawing::Graphics ^ g);
public bool Equals (System.Drawing.Region region, System.Drawing.Graphics g);
override this.Equals : System.Drawing.Region * System.Drawing.Graphics -> bool
Public Function Equals (region As Region, g As Graphics) As Boolean
Parameters
Returns
true
if the interior of region is identical to the interior of this region when the transformation associated with the g
parameter is applied; otherwise, false
.
Exceptions
g
or region
is null
.
Remarks
The current transformation of the graphics context g
is used to compute the region interiors on the drawing surface.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.