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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.