CSharpImageLibrary.TargaExtensionArea.SetPixelAspectRatioDenominator C# (CSharp) Method

SetPixelAspectRatioDenominator() protected method

Sets the PixelAspectRatioDenominator property, available only to objects in the same assembly as TargaExtensionArea.
protected SetPixelAspectRatioDenominator ( int intPixelAspectRatioDenominator ) : void
intPixelAspectRatioDenominator int The Pixel Aspect Ratio Denominator value read from the file.
return void
        internal protected void SetPixelAspectRatioDenominator(int intPixelAspectRatioDenominator)
        {
            this.intPixelAspectRatioDenominator = intPixelAspectRatioDenominator;
        }