Limits the drawing region of this GraphicStream object.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void ClipRectangle( VectorRectangle rectangle ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub ClipRectangle ( _ rectangle As VectorRectangle _ ) |
Visual C++ |
---|
public: virtual void ClipRectangle( VectorRectangle rectangle ) abstract |
Parameters
- rectangle
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle