Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / PopTransparencyLayer Method

In This Topic
    PopTransparencyLayer Method (GcSvgGraphics)
    In This Topic
    Stops redirecting drawing operations to the transparency layer that was created by the last PushTransparencyLayer call.
    Syntax
    'Declaration
     
    Public Overrides Sub PopTransparencyLayer() 
    public override void PopTransparencyLayer()
    See Also