Class DwfWhipPNGGroup4Image

DwfWhipPNGGroup4Image class

Represents whip PNG group for image object

public class DwfWhipPNGGroup4Image : DwfWhipImageBase

Constructors

NameDescription
DwfWhipPNGGroup4Image(int)Initializes a new instance of the class.

Properties

NameDescription
BinaryData { get; }Binary dataof image encoded accrording to format
virtual Color { get; set; }Gets or sets Color
Columns { get; }Gets image colums count
IsMaterialized { get; }Gets or sets value, that object is materialized
virtual IsVisible { get; set; }Gets or sets a value indicating whether object is visible.
LayerIndex { get; set; }Gets or sets layer index
LineStyle { get; set; }Gets or sets line style
LineWeight { get; set; }Gets or sets line weight
MaxCorner { get; }Gets maximal corner of image (bottom, right)
override MaxPoint { get; }Gets the max point of object.
MinCorner { get; }Gets minimal corner of image (top, left)
override MinPoint { get; }Gets the min point of object.
Rows { get; }Gets image rows count
TransformMatrix { get; set; }Gets or sets transform matrix

See Also