VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointTranslateScaleTransform Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    VintasoftPointTranslateScaleTransform Class
    In This Topic
    Translates and scales a point, which is represented by VintasoftPoint structure.
    Object Model
    VintasoftPointTransform VintasoftPointTranslateScaleTransform
    Syntax
    'Declaration
    
    Public NotInheritable Class VintasoftPointTranslateScaleTransform
       Inherits VintasoftPointTransform
    
    
    public sealed class VintasoftPointTranslateScaleTransform : VintasoftPointTransform
    
    
    public __gc __sealed class VintasoftPointTranslateScaleTransform : public VintasoftPointTransform*
    
    
    public ref class VintasoftPointTranslateScaleTransform sealed : public VintasoftPointTransform^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.VintasoftPointTransform
          Vintasoft.Imaging.VintasoftPointTranslateScaleTransform

    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