Input for WinForms | ComponentOne
C1.Framework Namespace / PathIconRenderer Class
Properties Methods


In This Topic
    PathIconRenderer Class Members
    In This Topic

    The following tables list the members exposed by PathIconRenderer.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of the inheritor of PathIconRenderer class in accordance with the C1Icon type.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. (Inherited from C1.Framework.VectorIconRenderer)
    Public PropertyGets or sets the color used to paint the icon's background. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets the color used to paint the icon. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets the svg string describing the shape.  
    Public PropertyGets or sets the device dpi where the image will be used. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets the padding of the icon. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets whether the C1Icon should be drawn using right-to-left layout. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets the size of icon after scaling by DeviceDpi. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets the size of icon to show. (Inherited from C1.Framework.VectorIconRenderer)
    Public PropertyGets or sets the color used to paint the icon stroke. (Inherited from C1.Framework.VectorIconRenderer)
    Public PropertyGets or sets the stroke thickness. (Inherited from C1.Framework.VectorIconRenderer)
    Public PropertyGets or sets the rectangle which determines panning and zooming of content inside the parent container. (Inherited from C1.Framework.VectorIconRenderer)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the cached icon image. (Inherited from C1.Framework.IconRenderer)
    Protected PropertyGets a value indicating whether the shape has a stroke. (Inherited from C1.Framework.VectorIconRenderer)
    Protected PropertyGets the icon to render. (Inherited from C1.Framework.IconRenderer)
    Protected PropertyGets a value indicating whether to use a fill for the shape. (Inherited from C1.Framework.VectorIconRenderer)
    Protected PropertyGets the icon to render. (Inherited from C1.Framework.VectorIconRenderer)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Clean up any resources being used. (Inherited from C1.Framework.VectorIconRenderer)
    Public MethodGets the image that the icon was rendered into. (Inherited from C1.Framework.VectorIconRenderer)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Creates a path for rendering an icon.  
    Protected MethodResets cached image. (Inherited from C1.Framework.IconRenderer)
    Top
    See Also