System::Drawing::Graphics::SetClip method
Graphics::SetClip(const SharedPtr<Drawing2D::GraphicsPath>&, Drawing2D::CombineMode) method
Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the region specified by a graphics path.
void System::Drawing::Graphics::SetClip(const SharedPtr<Drawing2D::GraphicsPath> &path, Drawing2D::CombineMode combineMode=Drawing2D::CombineMode::Replace)
Parameter | Type | Description |
---|---|---|
path | const SharedPtr<Drawing2D::GraphicsPath>& | Specifies a region to combine |
combineMode | Drawing2D::CombineMode | Specifies the combining operation |
See Also
- Typedef SharedPtr
- Class GraphicsPath
- Enum CombineMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::SetClip(const SharedPtr<Graphics>&, Drawing2D::CombineMode) method
NOT IMPLEMENTED.
void System::Drawing::Graphics::SetClip(const SharedPtr<Graphics> &graphics, Drawing2D::CombineMode combineMode=Drawing2D::CombineMode::Replace)
See Also
- Typedef SharedPtr
- Class Graphics
- Enum CombineMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::SetClip(const SharedPtr<Region>&, Drawing2D::CombineMode) method
Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the specified region.
void System::Drawing::Graphics::SetClip(const SharedPtr<Region> ®ion, Drawing2D::CombineMode combineMode=Drawing2D::CombineMode::Replace)
Parameter | Type | Description |
---|---|---|
region | const SharedPtr<Region>& | Specifies a region to combine |
combineMode | Drawing2D::CombineMode | Specifies the combining operation |
See Also
- Typedef SharedPtr
- Class Region
- Enum CombineMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::SetClip(Rectangle, Drawing2D::CombineMode) method
Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the specified region.
void System::Drawing::Graphics::SetClip(Rectangle rect, Drawing2D::CombineMode combineMode=Drawing2D::CombineMode::Replace)
Parameter | Type | Description |
---|---|---|
rect | Rectangle | Specifies a region to combine |
combineMode | Drawing2D::CombineMode | Specifies the combining operation |
See Also
- Class Rectangle
- Enum CombineMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::SetClip(RectangleF, Drawing2D::CombineMode) method
Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the specified region.
void System::Drawing::Graphics::SetClip(RectangleF rect, Drawing2D::CombineMode combineMode=Drawing2D::CombineMode::Replace)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | Specifies a region to combine |
combineMode | Drawing2D::CombineMode | Specifies the combining operation |
See Also
- Class RectangleF
- Enum CombineMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++