VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / Scale Structure
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    Scale Structure
    In This Topic
    Stores an ordered pair of float values, typically the horizontal and vertical scale factor.
    Object Model
    Scale
    Syntax
    'Declaration
    
    Public Struct Scale
       Inherits System.ValueType
    
    
    public struct Scale : System.ValueType
    
    
    public __value struct Scale : public System.ValueType*
    
    
    public value class Scale : public System.ValueType^
    
    
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Vintasoft.Imaging.Scale

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also