FbxImage.Depth

FbxImage.Depth property

Gets the image depth.

public override int Depth { get; }

Property Value

The image depth.

Examples

Prints drawing’s depth

Image drawing = ...
System.Console.WriteLine("Drawing's depth: " + drawing.Depth);

See Also