Struct VFGraphicalLogo
Graphical logo.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
public struct VFGraphicalLogo
Fields
ColorKey
Color key.
Declaration
public int ColorKey
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Filename
File name.
Declaration
public string Filename
Field Value
| Type | Description |
|---|---|
| System.String |
HBmp
HBITMAP handle.
Declaration
public int HBmp
Field Value
| Type | Description |
|---|---|
| System.Int32 |
StretchMode
Stretch mode.
Declaration
public int StretchMode
Field Value
| Type | Description |
|---|---|
| System.Int32 |
TranspLevel
Transparency level.
Declaration
public int TranspLevel
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UseColorKey
True to use color key.
Declaration
public bool UseColorKey
Field Value
| Type | Description |
|---|---|
| System.Boolean |
X
X coordinate.
Declaration
public uint X
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Y
Y coordinate.
Declaration
public uint Y
Field Value
| Type | Description |
|---|---|
| System.UInt32 |