PrintDocument for WinForms
Shadow コンストラクタ


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Shadow 構造体 : Shadow コンストラクタ
A value assigned to the Shadow.Transparency property.
A value assigned to the Shadow.Size property.
An absolute Unit value assigned to the Shadow.Distance property.
A value assigned to the Shadow.Angle property.
A value assigned to the Shadow.Color property.
Initializes a new instance of the Shadow structure, assigning Shadow.Transparency, Shadow.Size, Shadow.Distance and Shadow.Angle values.
シンタックス
'宣言
 
Public Function New( _
   ByVal transparency As System.Single, _
   ByVal size As System.Single, _
   ByVal distance As Unit, _
   ByVal angle As System.Single, _
   ByVal color As System.Drawing.Color _
)
'使用法
 
Dim transparency As System.Single
Dim size As System.Single
Dim distance As Unit
Dim angle As System.Single
Dim color As System.Drawing.Color
 
Dim instance As New Shadow(transparency, size, distance, angle, color)
public Shadow( 
   System.float transparency,
   System.float size,
   Unit distance,
   System.float angle,
   System.Drawing.Color color
)

パラメータ

transparency
A value assigned to the Shadow.Transparency property.
size
A value assigned to the Shadow.Size property.
distance
An absolute Unit value assigned to the Shadow.Distance property.
angle
A value assigned to the Shadow.Angle property.
color
A value assigned to the Shadow.Color property.
参照

Shadow 構造体
Shadow メンバ