ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / JPEGTexture Class / JPEGTexture Constructor / JPEGTexture Constructor(JPEGTexture)
The texture to copy.

In This Topic
    JPEGTexture Constructor(JPEGTexture)
    In This Topic
    Constructs a new JPEGTexture from the given JPEG texture.
    Syntax
    public JPEGTexture( 
       JPEGTexture other
    )
    Public Function New( _
       ByVal other As JPEGTexture _
    )

    Parameters

    other
    The texture to copy.
    Remarks
    Copies all properties of the texture including the buffer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also