Click or drag to resize
SoOffscreenTileProperty Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public struct SoOffscreenTileProperty

The SoOffscreenTileProperty type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetBuffer
Returns the tile buffer and sets the buffer size value given by reference.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetOrigin Obsolete.
Use Origin property instead. Returns the origin of the tile.
Public methodGetSize Obsolete.
Use Size property instead. Returns the size of the tile.
Public methodGetTileCount Obsolete.
Use TileCount property instead. Returns the number of tiles renderered so far.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyOrigin
Gets the origin of the tile.
Public propertySize
Gets the size of the tile.
Public propertyTileCount
Gets the number of tiles renderered so far.
Top
See Also