[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.InternalCreateClipRegion

InternalCreateClipRegion Method

InternalCreateClipRegion(IPath)

For internal use.

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

InternalCreateClipRegion(RectangleF)

For internal use.

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