IntersectClip()
Contents
[
Hide
]Graphics::IntersectClip(const System::SharedPtr<Region>&) method
Updates the clip region of this object to the intersection of the current clip and the specified clip.
void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> ®ion)
Arguments
Parameter | Type | Description |
---|---|---|
region | const System::SharedPtr<Region>& | The region to intersect with |
Graphics::IntersectClip(System::Drawing::RectangleF) method
Updates the clip region of this object to the intersection of the current clip and the specified clip.
void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | System::Drawing::RectangleF | The rectangle to intersect with |
Graphics::IntersectClip(System::Drawing::Rectangle) method
Updates the clip region of this object to the intersection of the current clip and the specified clip.
void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | System::Drawing::Rectangle | The rectangle to intersect with |
See Also
- Typedef SharedPtr
- Class Region
- Class Graphics
- Class RectangleF
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Slides