Click or drag to resize
SoMarker Properties

The SoMarker type exposes the following members.

Properties
  NameDescription
Public propertybitmap

Defines the current marker data buffer.

Public propertyindex

Defines the marker index.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyisLSBFirst

if true, bits are ordered within a byte from Least Significant to most significant; otherwise the first bit in each byte is the most significant one.

Public propertyorderedRGBA

Defines the marker coloration mask.

Public propertysize

Defines the size (in pixels) of the marker.

Public propertyupToDown

if true, marker bitmap is described from down to up (that is bytes[0] is the left bottom corner of the bitmap), otherwise from up to down (that is bytes[0] is the top left corner).

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also