Defines an action that enlarges or reduces the size of an image. This class cannot be inherited.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

Visual Basic (Declaration)
Public NotInheritable Class Scale _
	Inherits Action
C#
public sealed class Scale : Action
Visual C++
public ref class Scale sealed : public Action

Inheritance Hierarchy

System.Object
  Neodynamic.SDK.Action
    Neodynamic.SDK.Scale