Click or drag to resize

BitmapHolder Class

Contains a bitmap, its path, and whether it is embedded inside a job file.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CommonBitmapHolder

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public class BitmapHolder

The BitmapHolder type exposes the following members.

Constructors
 NameDescription
Public methodBitmapHolderInitializes a new instance of the BitmapHolder class
Top
Properties
 NameDescription
Public propertyBitmap The bitmap.
Public propertyIsEmbedded The flag to indicate whether the bitmap is embedded.
Public propertyPath The file path. This could be an internal (if embedded) or external (if not embedded) path.
Public propertyPixelSize The pixel size of the bitmap.
Public propertyResolution The dpi of the bitmap.
Public propertySize The metric size of the bitmap.
Top
Methods
 NameDescription
Public methodCopyDimensionFrom Copies the dimension from a given bitmap holder.
Top
See Also