Class GcGraphics.Clip
- Namespace
- GrapeCity.Documents.Drawing
- Assembly
- GcDocs.Imaging.dll
Represents a clipping applied to a graphics.
When disposed, removes the associated clipping.
public class GcGraphics.Clip : IDisposable
- Inheritance
-
object
GcGraphics.Clip
- Implements
-
System.IDisposable
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Methods
Dispose()
Removes the current clipping applied to the graphics,
and disposes the clipping object.