CADability dotNET
A bitmap as a rectangular or rhombiod face in 3D space. This object is mainly used for illustration or as a background in a model. It is a GeoObject and may be part of a model. It is defined by the bitmap bits and the location in space.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public class Picture : IGeoObjectImpl, ISerializable
Visual Basic
<SerializableAttribute> _
Public Class Picture _
	Inherits IGeoObjectImpl _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class Picture : public IGeoObjectImpl, 
	ISerializable

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..IGeoObjectImpl
    CADability.GeoObject..::..Picture

See Also