ArcGIS Pro 3.0 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, Windows 8.1

    See Also