ColladaImage.Width
ColladaImage.Width property
Gets the image width.
public override int Width { get; }
Property Value
The image width.
Examples
Prints drawing’s width
Image drawing = ...
System.Console.WriteLine("Drawing's width: " + drawing.Width);
See Also
- class ColladaImage
- namespace Aspose.CAD.FileFormats.Collada
- assembly Aspose.CAD