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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.