VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / RenderingSettings Class
Constructors Properties Methods Events Operators SeeAlso
In This Topic
    RenderingSettings Class Members
    In This Topic
    The following tables list the members exposed by RenderingSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the SDK must use special algorithm for drawing sharp image borders.
    Public Propertystatic (Shared in Visual Basic)Gets the empty rendering settings.
    Public PropertyGets or sets the interpolation mode for image rendering.
    Public PropertyGets a value indicating whether the rendering settings has been set.
    Public PropertyGets or sets a value indicating whether the image drawing method must use performance optimizations for image drawing.
    Public PropertyGets or sets the resolution, in pixels per inch, for image rendering.
    Public PropertyGets or sets the smoothing mode for image rendering.
    Public Methods
     NameDescription
    Public MethodCreates an exact copy of this RenderingSettings.
    Public MethodCopies the state of the current object to the target object.
    Public MethodCreates an exact copy of this RenderingSettings.
    Public MethodDetermines whether two RenderingSettings instances are equal.
    Public MethodReturns the hash code for this RenderingSettings.
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.
    Public Events
     NameDescription
    Public EventOccurs when rendering settings was changed.
    Public Operators
     NameDescription
    Public OperatorCompares two RenderingSettings objects.
    Public OperatorCompares two RenderingSettings objects.
    See Also