[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.InternalCreateClipRegion

InternalCreateClipRegion Method

InternalCreateClipRegion(IPath)

For internal use.

Declaration
protected abstract IClipRegion InternalCreateClipRegion(IPath graphicsPath)
Protected MustOverride Function InternalCreateClipRegion(graphicsPath As IPath) As IClipRegion
Parameters
Type Name Description
IPath graphicsPath
Returns
Type Description
IClipRegion

InternalCreateClipRegion(RectangleF)

For internal use.

Declaration
protected abstract IClipRegion InternalCreateClipRegion(RectangleF bounds)
Protected MustOverride Function InternalCreateClipRegion(bounds As RectangleF) As IClipRegion
Parameters
Type Name Description
RectangleF bounds
Returns
Type Description
IClipRegion