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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.