'宣言 Public Function New( _ ByVal owningForm As Form, _ ByVal shadowRect As Rectangle, _ ByVal exclusionRect As Rectangle, _ ByVal rightShadow As Boolean, _ ByVal bottomShadow As Boolean _ )
public ShadowManager( Form owningForm, Rectangle shadowRect, Rectangle exclusionRect, bool rightShadow, bool bottomShadow )